You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: