Skip to content

Instantly share code, notes, and snippets.

@kennyjwilli
Created September 1, 2017 23:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennyjwilli/a839b61fb1388139da6d2bb46715da65 to your computer and use it in GitHub Desktop.
Save kennyjwilli/a839b61fb1388139da6d2bb46715da65 to your computer and use it in GitHub Desktop.
Start a NodeJS REPL in Boot after running boot watch cljs-repl
(require 'cemerick.piggieback)
=> nil
(require '[cljs.repl.node])
=> nil
(cemerick.piggieback/cljs-repl (cljs.repl.node/repl-env))
ClojureScript Node.js REPL server listening on 56999
To quit, type: :cljs/quit
=> nil
(+ 1 1)
=> 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment