A bare bones ClojureScript project which has:
- Reagent as a UI building tool
- Figwheel for rapid development cycle
- Tests made with cljs.test and run with doo
- Instanbul code coverage reports
The project needs leiningen and npm installed. Python or any tool to run ad hoc web server.
npm i
./doo.sh
python -m SimpleHTTPServer 9898
./figwheel.sh
Open http://localhost:9898 save any file application gets rebuilt incrementally and auto reloaded in the browser without page update.