File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# React Webpack Starter
2
+
2
3
> A simple React, Webpack 4 boilerplate to help you kick start your next React project.
3
4
5
+ ![ NpmVersion] ( https://img.shields.io/npm/v/npm.svg )
6
+ [ ![ Build Status] ( https://travis-ci.org/kingisaac95/react-webpack-starter.svg?branch=feature%2Fdevelop )] ( https://travis-ci.org/kingisaac95/react-webpack-starter )
7
+ ![ GitHub] ( https://img.shields.io/github/license/mashape/apistatus.svg )
8
+
4
9
<img width =" 1440 " alt =" screen shot 2018-08-21 at 9 02 00 pm " src =" https://user-images.githubusercontent.com/26261917/44426324-42d11700-a586-11e8-8e05-8d09bafb9f84.png " >
5
10
6
11
## Installation
@@ -35,11 +40,14 @@ npm run test
35
40
36
41
## Release History
37
42
43
+ * 0.1.1
44
+ * Update Readme and add badges
45
+ * Setup Travis build and add tests
38
46
* 0.1.0
39
- * The first proper release
40
- * Added first few basic components with styling
47
+ * The first proper release
48
+ * Added first few basic components with styling
41
49
* 0.0.1
42
- * Work in progress
50
+ * Work in progress
43
51
44
52
## Meta
45
53
You can’t perform that action at this time.
0 commit comments