Skip to content

Instantly share code, notes, and snippets.

@Okwori
Last active July 29, 2019 16:57
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 Okwori/5f8fdd29e681fabbd367eb0b01b53708 to your computer and use it in GitHub Desktop.
Save Okwori/5f8fdd29e681fabbd367eb0b01b53708 to your computer and use it in GitHub Desktop.
Running Remote CLJS REPL
;; In the main local run:
(start-fw) ;; this will start figwheel repl on port 7002
;; Then create a remote repl connection specifing the host(e.g localhost) and the port(7002)
;; Then within the new remote repl, run:
(use 'figwheel-sidecar.repl-api)
;; Then run (for luminus):
(cljs) ; to start clojurescript repl! WHICH is equivalent to (figwheel-sidecar.repl-api/cljs-repl) or just (cljs-repl)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment