reitit/examples/frontend-re-frame
Juho Teperi d4a85c40e6 Revert group id change
Per discussions in Slack, changing the group id causes too much problems
2023-10-03 13:06:23 +03:00
..
resources/public Clean re-frame example initialization 2020-09-26 16:51:19 +03:00
src Reorder some example code 2021-11-03 12:16:42 +02:00
project.clj Revert group id change 2023-10-03 13:06:23 +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