reitit/examples/frontend-re-frame
Tommi Reiman e30e739a15 0.5.2
2020-05-27 08:32:38 +03:00
..
resources/public Add re-frame example 2019-04-20 17:29:13 +03:00
src Add clj-kondo and fix most linting warnings 2020-03-05 13:32:48 +02:00
project.clj 0.5.2 2020-05-27 08:32:38 +03:00
README.md Add re-frame example 2019-04-20 17:29:13 +03:00

frontend-re-frame

A re-frame application designed to ... well, that part is up to you.

Development Mode

Run application:

lein clean
lein figwheel dev

Figwheel will automatically push cljs changes to the browser.

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

Production Build

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min