Trying to get Chlorine working with cljs and deps.edn. Is there a good example project I could look at for configuration?
Trying to do the minimum required to execute some code in a cljs REPL.
@dave.dixon does this help https://github.com/mauricioszabo/atom-chlorine#how-to-work-with-clojurescript ?
Yes, though I'd like to find a config I can copy from for some quick and dirty CLJS testing. Trying to piece it together from the docs.
Ah, sorry, can't help there since I don't do any cljs. What about Lumo or Planck as cljs REPLs directly?
Lumo is kinda strange to work with... I think it's better to work with shadow-cljs directly. Do you need to use deps.edn?
Lumo does work, but you'll probably not have the "feeling" of working with clojurescript
deps.edn and shadow-cljs.edn would be very helpful, thanks.
iirc, you can use deps.edn with shadow-cljs.edn: https://shadow-cljs.github.io/docs/UsersGuide.html#deps-edn
Thanks. I'm just missing something in configuration or workflow.
note that the following bit can bite folks: > You must add the thheller/shadow-cljs artifact to your deps.edn manually
I think I got it. RTFM etc...
:thumbsup: