figwheel-main

Gerome 2021-11-21T20:19:27.009600Z

Hello! Could someone point me to the documentation that explains how to run figwheel with an nrepl server, so I can use calva jack-in? I've looked at the tutorial, searched the documentation but I just can't find it.

practicalli-johnny 2021-11-30T21:03:41.012700Z

I use the figwheel-main template to create a project and it's already setup to run nrepl. I jack-in using Emacs. I assume the same works for calva https://github.com/bhauman/figwheel-main-template

practicalli-johnny 2021-11-30T21:15:48.013100Z

If your project is setup with the older figwheel, then in the project.clj, add :nrepl-port 7888 In the :figwheel section Here is an example (remove the comment to get figwheel to run nrepl - it can be any port that is free) https://practical.li/clojurescript/figwheel/server-side-config.html

Gerome 2021-12-01T10:10:20.013300Z

Hey! Thanks for the tip. I'll try out that template.

Gerome 2021-12-01T10:10:27.013500Z

I'm using figwheel-main

Gerome 2021-11-21T20:19:43.009900Z

Or if there is not documentation, is there an article or a video?