NonaryR / baton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

baton

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

Development Mode

Start Cider from Emacs:

Put this in your Emacs config file:

(setq cider-cljs-lein-repl "(do (use 'figwheel-sidecar.repl-api) (start-figwheel!) (cljs-repl))")

Navigate to a clojurescript file and start a figwheel REPL with cider-jack-in-clojurescript or (C-c M-J)

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

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min

About


Languages

Language:CSS 53.5%Language:Clojure 42.1%Language:HTML 2.2%Language:JavaScript 2.1%