|
1 | | -#[React Boilerplate](http://react-simple-boilerplate.surge.sh/) |
2 | | - |
3 | | ->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. |
4 | | -
|
5 | | -[](https://travis-ci.org/github/udaypydi/react-simple-boilerplate/builds) |
6 | | -[](https://github.com/udaypydi/react-simple-boilerplate/commits/master) |
7 | | -[](https://github.com/udaypydi/react-simple-boilerplate/blob/master/LICENSE) |
8 | | -[](https://github.com/udaypydi/react-simple-boilerplate/blob/master/CONTRIBUTING.md) |
9 | | - |
| 1 | +<divalign="center"> |
| 2 | +<a href="http://react-simple-boilerplate.surge.sh/"> |
| 3 | + <h1>React Boilerplate</h1> |
| 4 | +</a> |
| 5 | +</div> |
| 6 | + |
| 7 | +<divalign="center"> |
| 8 | +<strong>Start your next react project in seconds</strong> |
| 9 | +<br /> |
| 10 | +<div> |
| 11 | + <!-- travis --> |
| 12 | + <a href="https://travis-ci.org/udaypydi/react-simple-boilerplate"> |
| 13 | + <img src="https://travis-ci.org/udaypydi/react-simple-boilerplate.svg" alt="Test Coverage" /> |
| 14 | + </a> |
| 15 | + <!-- last commit --> |
| 16 | + <img src="https://img.shields.io/github/last-commit/udaypydi/react-simple-boilerplate"> |
| 17 | + <!-- Mit License --> |
| 18 | + <a href="https://github.com/udaypydi/react-simple-boilerplate/blob/master/LICENSE"> |
| 19 | + <img src="https://img.shields.io/github/license/udaypydi/react-simple-boilerplate"> |
| 20 | + </a> |
| 21 | + <!-- Pr's --> |
| 22 | + <a href="https://github.com/udaypydi/react-simple-boilerplate/blob/master/CONTRIBUTING.md"> |
| 23 | + <img src="https://img.shields.io/badge/PRs-welcome-blueviolet.svg"> |
| 24 | + </a> |
| 25 | +</div> |
| 26 | +</div> |
| 27 | + |
| 28 | + 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. |
10 | 29 |
|
11 | 30 | ##Getting Started |
12 | | -These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. |
| 31 | +<i>These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.</i> |
13 | 32 |
|
14 | 33 | ###Prerequisites |
15 | 34 | *[yarn](https://classic.yarnpkg.com/en/docs/install/) |
16 | 35 | *[node](https://nodejs.org/en/download/) |
17 | 36 |
|
18 | 37 |
|
19 | 38 | ###Installing |
| 39 | +- Clone the Repository`git clone https://github.com/udaypydi/react-simple-boilerplate.git` |
| 40 | + |
20 | 41 | - Install npm packages using`yarn install` |
21 | 42 |
|
22 | 43 | - Run in dev mode |
23 | | -`npm run dev` |
| 44 | +`npm run dev` |
24 | 45 |
|
25 | 46 | - Run in build mode |
26 | 47 | `npm run build` |
|