Skip to content

Instantly share code, notes, and snippets.

View astarr's full-sized avatar

astarr

  • Wired Quote
View GitHub Profile
@astarr
astarr / gist:ae47969fa976cb745ee1
Created May 10, 2014 20:28
Getting started with cljs-start and Reagent
$ lein new cljs-start wonderful-lib
$ lein test
# So far, so good. Now, modify project.clj to add reagent as dependency:
...
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/clojurescript "0.0-2138"]
[reagent "0.4.2"]]