Dependencies:
brew install leiningen
lein deps
Run lein repl
, then eval all of script/repl.clj.
This will compile ClojureScript and CSS and live update the browser when these change. It will also serve these static files (and index.html) in development..
Visit http://gocardless.dev:3010/
(figwheel-sidecar.repl-api/cljs-repl)
You will now be able to run ClojureScript in this REPL.
In vim, open a clojurescript file, then run :Piggieback 9000
. Refresh your browser to
make the connection.
Copyright © 2015 GoCardless
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.