fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
william 2021-06-05T11:31:37.130600Z

@holyjak how do I connect to the right repl for the fulcro exercises from emacs? Usually I do cider-jack-in-cljs and then select shadow-cljs but in this case I get:

error in process sentinel: Could not start nREPL server: npx: installed 100 in 5.21s
------------------------------------------------------------------------------

   WARNING: shadow-cljs not installed in project.
   See <https://shadow-cljs.github.io/docs/UsersGuide.html#project-install>

------------------------------------------------------------------------------

william 2021-06-05T11:42:55.130800Z

nevermind I had to use cider-connect . It could be worthwhile to mention this in the readme @holyjak

Jakub Holý 2021-06-05T14:08:20.131100Z

Hi, thank you! I do not use Emacs so any help with the instructions is welcome. Last time @yubrshen tried the instructions and it worked for him. So what's the difference? 🙏

Jakub Holý 2021-06-05T14:10:23.131300Z

I see, I will mention to use M-x cider-connect-cljs. Thx!

william 2021-06-05T16:50:30.131600Z

I can add more precise instructions if you want them, when I'm back later. Glad to be useful, the exercises are very good! 🙂

Jakub Holý 2021-06-05T19:11:24.131800Z

FYI - Readme updated