This is a test repo to verify that I'm still sane while setting up ClojureScript REPL via nREPL.
- Checkout this repo.
- Run
lein nrepl
orclj -A:nrepl
in the command line. - REPL, an nREPL server and Figwheel will start one after another.
- Connect to
nrepl://localhost:7888
in your nREPL client. - Type
(cljs-repl)
to connect to the Figwheel session.
Cool feature: the app will instantly re-render when evaluating code in your editor with an nREPL connection, no file saving required.