Fork me on GitHub
#cursive
<
2017-10-17
>
kenny00:10:55

@markaddleman Check this: https://github.com/ComputeSoftware/cljfmt-cli/blob/master/build.boot#L35-L45 If you run boot dev it will compile your CLJS, setup a watch, and open a REPL. If you want to hop into the node CLJS repl, simply run (nodejs-repl) in the boot.user ns and you will be placed into a CLJS REPL.

denik22:10:56

@cfleming any way to run a clojure repl off a deps.edn file within cursive?

cfleming22:10:47

@denik I haven’t added any support for deps yet, so I don’t think so. Running a remote REPL in the terminal and connecting to it is probably the closest approximation.