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

Skip to content

Commit ec0bc61

Browse files
authored
Merge pull request #39 from mvhk/master
Readme Changed to HTML
2 parents 8a953af + d438539 commit ec0bc61

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

README.md

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,47 @@
1-
# [React Boilerplate](http://react-simple-boilerplate.surge.sh/)
2-
3-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/udaypydi/react-simple-boilerplate/blob/master/CONTRIBUTING.md) ![](https://img.shields.io/travis/udaypydi/react-simple-boilerplate)
4-
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.
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.
629

730
## 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.
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>
932

1033
### Prerequisites
1134
* [yarn](https://classic.yarnpkg.com/en/docs/install/)
1235
* [node](https://nodejs.org/en/download/)
1336

1437

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

1843
- Run in dev mode
19-
`npm run dev`
44+
`npm run dev`
2045

2146
- Run in build mode
2247
`npm run build`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-boilerplate"
2121
],
2222
"author": "Uday Bhaskhar",
23-
"license": "ISC",
23+
"license": "MIT",
2424
"dependencies": {
2525
"@babel/core": "^7.9.0",
2626
"@babel/preset-env": "^7.9.0",

0 commit comments

Comments
 (0)