Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.02 KB

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.