diff --git a/README.md b/README.md index d59245e..c022ef0 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,10 @@ 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. + +## Usage + +1. Download & extract the [latest release](https://github.com/Technigo/react-starter/releases/latest) from GitHub +1. Open the directory in the terminal: `cd /path/to/react-starter` +1. Install required dependencies with npm: `npm install` +1. Start the project: `npm start`