alphaone / motherbox

clojurescript app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MotherBox

A re-frame bookmarks application with material design.

Mother Box can explain it better than I. She is a living computer connected to the Source.

-- Orion

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

You can then use the ./resources/public folder with the compiled files.

After that you can build the docker container with the given Dockerfile.

Links

About

clojurescript app

License:MIT License


Languages

Language:Clojure 81.2%Language:HTML 10.4%Language:CSS 8.4%