Awesome
Reagent covered
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
Prerequisites
The project needs leiningen and npm installed. Python or any tool to run ad hoc web server.
Usage
Installation
npm i
Run rebuild/test cycle
./doo.sh
Run dev tools
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.