diff --git a/README.md b/README.md index 7e34b01..792e2f2 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -171,4 +181,4 @@ Removes the compiled app file from build. - [x] CI - [x] Code coverage - [ ] Examples of nested views -- [ ] More complex navigation \ No newline at end of file +- [ ] More complex navigation