React presentation originally given 2014-12-03 for the Asheville Coder's League. Introduces some of the concepts of React and why it may be useful.
http://react-presentation.divshot.io/
Clone and run npm install (you'll need to have Node.js installed). This will install build and browser dependencies.
First, install independencies.
Run npm run deploy to build the presentation with optimiziation. Open the included index.html file to view the presentation.
Run npm start to build the presentation with Webpack and start the development server. You can then visit one of two URLs to view the presentation.
The normal viewer works as you'd expect, refresh manually to see changes as you've modified the code.
The live update viewer will automatically refresh as you make changes and display the warnings/errors if you make them.