Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ea1647

Browse files
authored
Merge pull request #41 from udaypydi/dev
Dev
2 parents 6e43b29 + 31f6938 commit 3ea1647

File tree

1 file changed

+32
-11
lines changed

1 file changed

+32
-11
lines changed

README.md

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,47 @@
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-
[![TravisCI](https://img.shields.io/travis/udaypydi/react-simple-boilerplate)](https://travis-ci.org/github/udaypydi/react-simple-boilerplate/builds)
6-
[![Last commit](https://img.shields.io/github/last-commit/udaypydi/react-simple-boilerplate)](https://github.com/udaypydi/react-simple-boilerplate/commits/master)
7-
[![License](https://img.shields.io/github/license/udaypydi/react-simple-boilerplate)](https://github.com/udaypydi/react-simple-boilerplate/blob/master/LICENSE)
8-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/udaypydi/react-simple-boilerplate/blob/master/CONTRIBUTING.md)
9-
1+
<div align="center">
2+
<a href="http://react-simple-boilerplate.surge.sh/">
3+
<h1>React Boilerplate</h1>
4+
</a>
5+
</div>
6+
7+
<div align="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.
1029

1130
## 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>
1332

1433
### Prerequisites
1534
* [yarn](https://classic.yarnpkg.com/en/docs/install/)
1635
* [node](https://nodejs.org/en/download/)
1736

1837

1938
### Installing
39+
- Clone the Repository `git clone https://github.com/udaypydi/react-simple-boilerplate.git`
40+
2041
- Install npm packages using `yarn install`
2142

2243
- Run in dev mode
23-
`npm run dev`
44+
`npm run dev`
2445

2546
- Run in build mode
2647
`npm run build`

0 commit comments

Comments
 (0)