Display real-time cryptocurrency prices from GDAX. Uses ClojureScript, core.async, websockets, and Reagent.
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.
lein clean
lein package