chlorine-clover 2019-12-23

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.

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.

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...