atemoia
atemoia copied to clipboard
Is it possible to combine cli (reps.edn) and class (shadow-cljs) in a same project directory?
Thank for your full stack example, would you comment how to combine command line (reps.edn) and class (shadow-cljs) in a same project directory?
shadow-cljs is a command line too, developed in clojure. It is nothing but clojure function, that can be invoked directly from command line, or from a clojure REPL.
Most of tutorials invoke shadow-cljs from npm, npx, or clj. I prefer to do everything in a single repl, with a single JVM.
This answer your question? If so, LMK and I will add to FAQ.