Fork me on GitHub
#luminus
<
2021-03-09
>
Emil Laursen07:03:59

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.

grischoun19:03:00

Yes these commands are correct.