Part of the React science experiment series Author: Gregory T. & Max L.
Tech list:
- ReactJs
- Browserify
- ES6 (Babel)
- d3js
- c3js (d3 extension)
- node/iojs (
brew install node) - npm (npm comes with node)
- bower (
npm install bower -g) - gulp (
npm install gulp -g)
- run:
npm install - run:
bower install - run:
gulp - run: 'http-server'
- We're using ES6 for this project, but you can write ol' ES5 stuff