A re-frame library that contains custom components. Based on Day8's re-com library
Once a clojure repl has started
(use 'figwheel-sidecar.repl-api)
(start-figwheel!)
(cljs-repl)
Figwheel will automatically push cljs changes to the browser.
Wait a bit, then browse to http://localhost:3450.
To compile clojurescript to javascript:
lein clean
lein cljsbuild once min
Make sure code is committed to master
lein deploy clojars
This will automatically increment the version number
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close