This is the base example project that is the assumed a starting point for most of the examples in the Figwheel Main documentation.
You can run it with the Clojure Tools in your terminal via:
$ clj -m figwheel.main -b dev -r
The project.clj
file is only needed if you are using Leiningen. You can start the build with Leinigen via:
$ lein fig:build
The above commands will start a process that watches and compiles the ClojureScript source along with a REPL. When you edit the src/hello_world/core.cljs
file it will be hot reloaded into the browser.
Learn more at: figwheel.org