If you are using leiningen you can configure
:figwheel { :nrepl-port 7888 }
This will start an nrepl server when you run lein figwheel where you can
cider-connect
Inside that cider clojure repl you can :
(use 'figwheel-sidecar.repl-api)
(cljs-repl)
which will give you a browser connected cljs repl inside cider.
Don't know if that's what you where looking for.
I just followed :
https://github.com/bhauman/lein-figwheel/wiki/Using-the-Figwheel-REPL-within-NRepl
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are subscribed to the Google Groups
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.