Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 554 Bytes

File metadata and controls

30 lines (21 loc) · 554 Bytes

Experimenting with React and D3

Part of the React science experiment series Author: Gregory T. & Max L.

Tech list:

  • ReactJs
  • Browserify
  • ES6 (Babel)
  • d3js
  • c3js (d3 extension)

Dependencies

  • node/iojs (brew install node)
  • npm (npm comes with node)
  • bower (npm install bower -g)
  • gulp (npm install gulp -g)

How to run it on your local machine

  • run: npm install
  • run: bower install
  • run: gulp
  • run: 'http-server'

Development Notes

  • We're using ES6 for this project, but you can write ol' ES5 stuff