|
2 | 2 |
|
3 | 3 | [](https://github.com/udaypydi/react-simple-boilerplate/blob/master/CONTRIBUTING.md) |
4 | 4 |
|
5 | | -A simple react boilerplate with webpack hmr and latest babel packages. It comes with inbuilt travis ci for PR checks, lint checks and builds. |
| 5 | +A simple react boilerplate with webpack hmr and latest babel packages. It comes with inbuilt[Travis-CI](https://travis-ci.org/) for PR checks, lint checks and builds. |
6 | 6 |
|
| 7 | +##Getting Started |
| 8 | +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. |
| 9 | + |
| 10 | +###Prerequisites |
| 11 | +*[yarn](https://classic.yarnpkg.com/en/docs/install/) |
| 12 | +*[node](https://nodejs.org/en/download/) |
| 13 | + |
| 14 | + |
| 15 | +##Installation |
7 | 16 | - Install npm packages using`yarn install` |
8 | 17 |
|
9 | 18 | - Run in dev mode |
|