React example app that demonstrates using React with webpack, and babeljs, as well as project structure.
To run the app locally:
git clone https://github.com/mzabriskie/react-example.git
cd react-example
npm install
npm start
open http://127.0.0.1:8080