luminus

Emil Laursen 2021-03-09T07:40:59.012Z

Hello, I am trying to grok the template (it is the shadow-cljs part that is causing trouble)

lein new luminus +shadow-cljs +re-frame
Is it correct that, to start development I need to run lein shadow watch app and then launch the server with lein run ? Or that this is ONE way to do it 🙂 I am a cljs beginner, and the tooling is confusing me a bit.

grischoun 2021-03-10T19:47:00.013200Z

Yes these commands are correct.