Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/royki/testclojurejsreagent
- Owner: royki
- License: epl-1.0
- Created: 2015-07-09T13:31:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T14:05:43.000Z (over 9 years ago)
- Last Synced: 2024-03-19T09:59:42.773Z (9 months ago)
- Language: Clojure
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.ioThe 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 ```