reitit/examples/frontend-re-frame
Tommi Reiman d926ef7591 0.7.2
2024-08-30 18:05:18 +03:00
..
resources/public Clean re-frame example initialization 2020-09-26 16:51:19 +03:00
src deps: bump deps for frontend example 2024-04-19 16:25:45 +03:00
project.clj 0.7.2 2024-08-30 18:05:18 +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