Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 492 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 492 Bytes

react-spring

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

Development Mode

Compile css:

Compile css file once.

lein less once

Automatically recompile css file on change.

lein less auto

Run application:

lein clean
lein dev

shadow-cljs will automatically push cljs changes to the browser.

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

Production Build