This is an attempt at creating a skeleton project using Figwheel together with Clojure CLI.
- Install Clojure.
- Download the code in this repo.
- From wherever you downloaded it, run
clojure build.clj figwheel
. (Since figwheel uses rebel, a readline is already supplied, so we useclojure
instead ofclj
.) - Attach to the web app on localhost:3449