Sandbox for trying out ClojureScript, Reagent & Leaflet.
- Leiningen
lein deps
To start a server & REPL run:
lein figwheel
This will start a server on port 3449
.
To start the server & a CIDER REPL from within Emacs, open one of the project's
cljs
files in a buffer then run:
cider-jack-in-cljs
This will also start a server on port 3449
.
Note that you can use either lein figwheel
or cider-jack-in-cljs
but not
both.
lein lint
lein package