Node.js example for shadow-cljs
Watch compile with with hot reloading:
yarn
yarn shadow-cljs watch app
Start program:
node target/main.js
Start a REPL connected to current running program, app
for the :build-id
:
yarn shadow-cljs cljs-repl app
shadow-cljs release app
Compiles to target/main.js
.
You may find more configurations on http://doc.shadow-cljs.org/ .
- add
shadow-cljs.edn
to config compilation - compile ClojureScript
- run
node target/main.js
to start app and connect reload server
MIT