Conaws / textnodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text-nodes

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

Development Mode

Compile css:

Compile css file once.

lein garden once

Automatically recompile css file on change.

lein garden auto

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

About


Languages

Language:Clojure 51.4%Language:CSS 47.5%Language:HTML 1.1%