This is what I have so far to make development quick
- clj -M:cljs node-repl
- cider-connect to port 8777 once it starts
(shadow/repl :node-repl)
There is a test script - scripts/run-tests
that does:
- clj -M:cljs compile app
- node target/test.js
- scripts/install-local