Using Figwheel
If you are new to Figwheel here is a Quick Start tutorial. Working through this Quick Start will probably save you a tremendous amount of time.
Usage
Make sure you have the latest version of leiningen installed.
Then include the following :dependencies
in your project.clj
file.
[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.170"]
Then include lein-figwheel
in the :plugins
section of your project.clj.
[lein-figwheel "0.5.0-3"]