Skip to content

Instantly share code, notes, and snippets.

@shaunr0b
Created August 13, 2014 01:28
Show Gist options
  • Save shaunr0b/a1bf2bf891ddddc8d09f to your computer and use it in GitHub Desktop.
Save shaunr0b/a1bf2bf891ddddc8d09f to your computer and use it in GitHub Desktop.
;; in a cider repl
;; start system / webserver
(user/reset)
;; Start browser-connected repl
(require 'cljs.repl.browser)
(cemerick.piggieback/cljs-repl
:repl-env (cljs.repl.browser/repl-env :port 9000))
;; Visit http://localhost:3000 in Chrome.
;; quit CLJS repl
:cljs/quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment