This is the boilerplate code for following along with The React Quick Start Guide. It contains an index.html with React JS and the JSX transpiler. It's not intended for production purposes, just for quickly getting setup in order to learn React JS. It also contains a small amount of CSS.
All code from the guide should go in the script.js file found in the root of this repo.
git clone [email protected]:jarsbe/react-quick-guide-boilerplate react-quick-guide
cd react-quick-guide
python -m SimpleHTTPServer
Visit localhost:8000
to view the project.