Skip to content

talkingtab/scalable-data-visualization

This branch is 4 commits behind znation/scalable-data-visualization:master.

Repository files navigation

Scalable Data Visualization

React.js Conference 2015 talk and demo.

This is the demo code repository for the React.js Conf 2015 talk, Scalable Data Visualization.

The React.js component source is here.

Presentation slides are viewable here and a video of the presentation is available here.

Running the demo

  1. Clone the repository.

  2. Download bootstrap.dat into the bin/ directory. It's big, so this will take a while.

  3. Run npm install in the repository root to bring in Node dependencies.

  4. When the download is complete, run:

     cd bin/
     node server.js
    
  5. Browse to http://localhost:8080.

About

React.js Conference 2015 talk and demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%