Fork me on GitHub
#cursive
<
2018-11-14
>
idiomancy02:11:30

has anyone successfully gotten a cljs repl running with a deps.edn project?

grav09:11:34

@idiomancy No, tried and failed. I have gotten it to work with figwheel-main however, even though it is a bit more involving

worlds-endless17:11:45

I've been googling to no avail and can't figure out how to edit clojurescript in a full-stack clojure app with Cursive. I'm an emacs user and my normal process is to start a CLJ and CLJS repl, do mount.core/start in the CLJ repl, and visit the appropriate address in a browser; then the cljs figwheel repl connects. What's the workflow to do this on the same codebase in Cursive?