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.
-
Clone the repository.
-
Download bootstrap.dat into the
bin/
directory. It's big, so this will take a while. -
Run
npm install
in the repository root to bring in Node dependencies. -
When the download is complete, run:
cd bin/ node server.js
-
Browse to http://localhost:8080.