Written by
Aaron Bell
on
on
I learn to use Figwheel for Clojurescript using Leiningen
I learned to use ClojureScript. Setting up a project was way easier than I expected: (lein new figwheel my-app)
(Figwheel site). Using Figwheel lets me make changes with the REPL so that I can see the changes immediately, and with lein, it’s a breeze to set up and use. I haven’t figured out how to use Figwheel with Calva yet, but it’s better than the nothing I was able to do before.