Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update getting started - add info on cloning the repo
  • Loading branch information
sudodoki committed Mar 12, 2015
1 parent d2a1ca9 commit 2ea3f1d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ A minimal skeleton for building testable React apps using ES6.

## Getting Started

Clone the repo

```sh
git clone git@github.com:pheuter/essential-react.git my_project_name
cd $_
rm -rf .git
```

Install dependencies

```sh
$ npm install
```
Expand Down Expand Up @@ -171,4 +181,4 @@ Removes the compiled app file from build.
- [x] CI
- [x] Code coverage
- [ ] Examples of nested views
- [ ] More complex navigation
- [ ] More complex navigation

0 comments on commit 2ea3f1d

Please sign in to comment.