Created
August 13, 2014 01:28
-
-
Save shaunr0b/a1bf2bf891ddddc8d09f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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