Try shadow-cljs
Experiments with shadow-cljs, e.g. run it "dockerized".
Prepare the env:
docker-compose build --force-rm --pullRun:
./shadow-cljsw [args]This is for vim-fireplace.
Fetch the node deps:
./npmw installStart the application:
./shadow-cljsw watch appThe nREPL starts at the fixed port 3333, which is also visible to
Fireplace via the file .nrepl-port. So in Fireplace, once e.g.
src/main/app/main.cljs is opened, run:
:Piggieback :app(:app is the name of the running application)