usametov / motherbox

clojurescript bookmarks app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MotherBox

A re-frame bookmarks application using re-com components.

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.

Screenshot

screenshot

Links

About

clojurescript bookmarks app

License:MIT License


Languages

Language:CSS 80.8%Language:Clojure 16.8%Language:HTML 2.2%Language:Dockerfile 0.1%