prabhath6 / reagent-d3js-experiment

A Simple Reagent and D3 demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development mode

To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:

lein figwheel

Figwheel will automatically push cljs changes to the browser. Once Figwheel starts up, you should be able to open the public/index.html page in the browser.

Building for production

lein clean
lein package

About

A Simple Reagent and D3 demo.

License:MIT License


Languages

Language:Clojure 88.3%Language:CSS 7.3%Language:HTML 4.4%