项目作者: meandor

项目描述 :
clojurescript bookmarks app
高级语言: Clojure
项目地址: git://github.com/meandor/motherbox.git
创建时间: 2017-10-12T21:21:39Z
项目社区:https://github.com/meandor/motherbox

开源协议:MIT License

下载


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:

  1. lein clean
  2. 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:

  1. lein clean
  2. 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.

Screenshot

screenshot