reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

add ring-handler to figwheel http server #23

Closed notnew closed 9 years ago

notnew commented 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.

To run the development server, run

lein figwheel

Wait a bit, then browse to http://localhost:3449

yogthos commented 9 years ago

excellent! :)

yogthos commented 9 years ago

and pushed out a new template to Clojars with the fix