Figwheel Main has some pretty good documentation for getting you set up with a Nodejs application.
But I don’t see how to connect to a Figwheel Node REPL, using NREPL.
https://figwheel.org/docs/nodejs.html
Ie from Emacs, I need to use cider-connect-cljs
(to a running NREPL),
not cider-jack-in
Is that available?
Its not nrepl, but here is a socket repl example https://github.com/athomasoriginal/demo-chlorine-socket-figwheel
There is nothing linking it to chlorine. Its just a minimal example.