velveteer / alchemy

Playground for learning Clojurescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alchemy

A project to learn CLJS and the reframe pattern.

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

About

Playground for learning Clojurescript


Languages

Language:Clojure 81.1%Language:CSS 13.2%Language:HTML 5.7%