Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/royki/testclojurejsreagent

Adventure with ClojureScript, Lein figwheel template, Reagent, ReactJS, Highcharts
https://github.com/royki/testclojurejsreagent

Last synced: about 1 month ago
JSON representation

Adventure with ClojureScript, Lein figwheel template, Reagent, ReactJS, Highcharts

Awesome Lists containing this project

README

        

A little adventure with ClojureScript, Lein Figwheel Template, Reagent, Highcharts to visualize data from an API

**Clojure** :
http://clojure.org

**Clojurescript** :
https://github.com/clojure/clojurescript

**Lein** :
http://leiningen.org

**Reagent**:
https://reagent-project.github.io

The end result is -
https://cloud.githubusercontent.com/assets/1545990/8596843/f650d098-2651-11e5-93ba-a68d5e3e237e.jpg

**Launch the project**
```lein figwheel```
If doesn't work firsttime , then run first -
```lein cljsbuild once```

Check the url
```http://localhost:3449/#/chart ```