- Create package.json -
clj -M:cljs-install -m cljs.main --install-deps
. npm install
clj -M:cljs compile app
Now you can run the server from the main namespace and check out the timings.
In order to run the cljs repl use
clj -M:cljs watch app
- cider-connect to port 8777
(shadow/repl :app)
To test a release version type:
rm -rf resources/public && clj -M:cljs release app