dviramontes / gloo-resources

Home Page:http://5a6bab8292226a5380687a3a.jolly-spence-bc2b9d.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gloo-resources

A re-frame application for development resource allocation.

Development Mode

Compile css:

Compile css file once.

lein less once

Automatically recompile css file on change.

lein less auto

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.

Run tests:

lein clean
lein doo phantom test once

The above command assumes that you have phantomjs installed. However, please note that doo can be configured to run cljs.test in many other JS environments (chrome, ie, safari, opera, slimer, node, rhino, or nashorn).

Production Build

lein clean
lein uberjar

That should compile the clojurescript code first, and then create the standalone jar.

To compile clojurescript to javascript:

lein clean
lein cljsbuild once min

About

http://5a6bab8292226a5380687a3a.jolly-spence-bc2b9d.netlify.com/


Languages

Language:Clojure 58.6%Language:CSS 33.7%Language:JavaScript 4.3%Language:HTML 3.4%