Skip to content

Commit

Permalink
Adding usage guide to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
idlefingers committed Nov 2, 2017
1 parent 204c971 commit 8549243
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 8549243

Please sign in to comment.