Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 693 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 693 Bytes

React Quick Start Guide - Starter Kit

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.

Setup Guide

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.