Closed notnew closed 9 years ago
This simplifies the development mode with figwheel. Now with lein figwheel there's no need to run lein ring server or lein cljsbuild.
lein figwheel
lein ring server
lein cljsbuild
To run the development server, run
Wait a bit, then browse to http://localhost:3449
excellent! :)
and pushed out a new template to Clojars with the fix
This simplifies the development mode with figwheel. Now with
lein figwheel
there's no need to runlein ring server
orlein cljsbuild
.To run the development server, run
Wait a bit, then browse to http://localhost:3449