The starter repository for a react-based web application.
Originally used during the React.js DevSeries.
- Fork this repo
- Use
git clone
to download your fork locally - Make sure you have Node.js installed (if not, go here), then
cd
into the repository folder from your favorite terminal - Run
npm install
- When that finishes, open your favorite editor in the repository folder
- Lastly, run
npm start
to start the devserver