reagent/examples/simple
Juho Teperi ad5475ca1f Update examples 2020-03-28 13:53:22 +02:00
..
resources/public Update examples 2020-03-28 13:53:22 +02:00
src/simpleexample Linting fixes 2020-03-06 13:45:25 +02:00
README.md Update examples 2020-03-28 13:53:22 +02:00
project.clj Update examples 2020-03-28 13:53:22 +02:00

README.md

Reagent example app

Run "lein figwheel" in a terminal to compile the app, and then open http://localhost:3449

Any changes to ClojureScript source files (in src) will be reflected in the running page immediately (while "lein figwheel" is running).

Run "lein clean; lein with-profile prod compile" to compile an optimized version.