/get-glowing-frontend

A snapshot of project "archon", the client code for the now-defunct get-glowing web application.

Primary LanguageClojure

archon

This is a snapshot of the code for the web client of the get-glowing web app.

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