This project is no longer in development. It has been superceded by lein-hlisp and hlisp-starter. Sorry!
Install Leiningen2
Install dependencies:
lein deps
Start a server to serve the app on port 4000:
script/serve
In another tab, you can start watcher-based ClojureScript compilation:
script/autobuild
Visit http://localhost:4000/ to see the app.
C-x d
to thecljs-starter
directoryM-x set-variable
, and set the variableinferior-lisp-program
toscript/cljsrepl
M-x run-lisp
and you should see an inferior-lisp buffer running a ClojureScript REPL. Then, visit http://localhost:4000/.