This app has been generated using create-react-app, then cleaned up a little so we have a project with just the elements we need to get started.
Add components in the src folder and use them in src/app.js to get started.
- On GitHub, click the 'use this template' button to create a new repo on your account
 - Clone the new repo to your computer
 - Install required dependencies with npm: 
npm install - Start the project: 
npm start 
Alternatively, if you don't want a new git repo on your account;
- Download & extract the latest release from GitHub
 - Open the directory in the terminal: 
cd /path/to/react-starter - Install required dependencies with npm: 
npm install - Start the project: 
npm start