boxp / sample-github-spa

A high performance spa sample written in clojure. https://sample-github-spa.now.sh

Repository from Github https://github.comboxp/sample-github-spaRepository from Github https://github.comboxp/sample-github-spa

sample-github-spa

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

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

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min

About

A high performance spa sample written in clojure. https://sample-github-spa.now.sh


Languages

Language:Clojure 95.5%Language:JavaScript 3.2%Language:Dockerfile 1.2%