A basic re-frame and sente web app.
Heavinly insipred by the om-sente example.
lein clean
lein figwheel dev
Figwheel will automatically push cljs changes to the browser.
Wait a bit, then browse to http://localhost:3449.
lein run -m re-frame-sente.server
The port can be set as environment variable. The default is 3001.
lein clean
lein cljsbuild once min