Skip to content

Commit 8fb7ce1

Browse files
committed
README.md wrote with HTML
1 parent f243aac commit 8fb7ce1

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

README.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,34 @@
1-
# [React Boilerplate](http://react-simple-boilerplate.surge.sh/)
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-brightgreen.svg">
24+
</a>
25+
</div>
26+
</div>
227

328
> 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.
429
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-
10-
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/)

0 commit comments

Comments
 (0)