An election swingometer
Find a file
Simon Brooke 5bed2beca2 Gemeralised biggest-to-the-middle-search
...and renamed it to mountain-search.
2017-07-12 23:43:09 +01:00
resources Added biggest-to-the-middle-sort 2017-07-12 18:56:03 +01:00
src Gemeralised biggest-to-the-middle-search 2017-07-12 23:43:09 +01:00
.gitignore Added biggest-to-the-middle-sort 2017-07-12 18:56:03 +01:00
LICENSE.md Initial commit 2017-07-12 17:01:59 +01:00
project.clj Initial commit 2017-07-12 17:02:29 +01:00
README.md Added biggest-to-the-middle-sort 2017-07-12 18:56:03 +01:00

swingometer

A re-frame application designed to show votes in an election.

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