Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 416 Bytes

File metadata and controls

23 lines (15 loc) · 416 Bytes

tao2-explorer

A reagent 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

lein clean
lein cljsbuild once min