Fork me on GitHub
#re-frame
<
2021-05-17
>
Oliver18:05:33

Fulcro has a nice step-by-step manual how to set up a minimalistic project with shadow-cljs https://book.fulcrologic.com/#_create_your_project. I am looking for something similar for re-frame and shadow-cljs. Any suggestions?

superstructor03:05:56

⬆️ The lein template creates a shadow-cljs project.

Oliver16:05:26

Thank you. Looks nice and has a lot of documentation included.

p-himik18:05:24

It's not different from Fulcro in any way. Or any other library, at that. You just set up a bare-bones project for shadow-cljs, and you add re-frame to your shadow-cljs.edn or deps.edn or project.clj - depending on what you use.

Oliver18:05:01

Thank you, I think this will help. 😀