serverless-cljs-plugin
serverless-cljs-plugin copied to clipboard
Question: nREPL support and interactive programming
Is there currently an easy way of having an nREPL running with the purpose of interactive programming?
@Looveh sorry, I missed this issue. The approach would be the same as any Clojurescript project - you can have a script which you execute in a clj REPL which invokes the cljs compiler (viable compiler params ought to be in project.clj, if you generated from a template), or you could use something like cider-jack-in-clojurescript. Depending on what you're doing, you may find yourself adding a dependency on the cljsbuild plugin.