Compiling clojurescript + figwheel without boot nor leiningen. Using leiningen to manage dependencies.
The below filesnames have || in them. That's because gist doesn't allow subdirectories. But the script are all in a ./scripts/ subdir.
You can have contious (watching) builds by running make in multiple terminals:
make cljs-c-dev
make cljs-c-simple
etc..
You can run figwheel from the command line with:
make figwheel
You can run fighweel from Cursive by adding it as Use clojure.main in normal JVM process and call the figwheel repl in scripts.
I'm sure you can somehow also do the same in Emacs.