A Node.JS / re-frame skeleton for ClojureScript
lein dev
node target/server_dev/index.js
Figwheel will automatically push cljs changes to the browser and node server.
Wait a bit, then browse to http://localhost:3779.
lein clean
lein doo phantom test once
The above command assumes that you have phantomjs installed. However, please note that doo can be configured to run cljs.test in many other JS environments (chrome, ie, safari, opera, slimer, node, rhino, or nashorn).
@TODO