Skip to content

Instantly share code, notes, and snippets.

(defproject ui "0.1.0"
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.170"]
[org.omcljs/om "0.9.0"]
[racehub/om-bootstrap "0.5.3"]
[cljsjs/react "0.14.3-0"]
[cljsjs/react-dom "0.14.3-1"]
[cljsjs/react-dom-server "0.14.3-0"]]
:plugins [[lein-figwheel "0.5.0-1"]]
:clean-targets [:target-path "out" "resources/public/cljs"]