Skip to content

Commit 85090d9

Browse files
author
jfusco
committed
Adding tags and link for dependencies and devDependencies
1 parent 9b88df9 commit 85090d9

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# react-webpack-es6-chunking
2+
3+
[![npm][npm-version-image]][npm-url]
4+
[![Dependency Status][dep-image]][dep-url]
5+
[![devDependency Status][dev-dep-image]][dev-dep-url]
6+
27
> ES6 react + webpack + react-router + code-chunking starter project.
38
49
This repository was created to demonstrate a simple application that lazy loads views/scripts using the latest [React](https://www.npmjs.com/package/react) and [React-Router](https://www.npmjs.com/package/react-router). Bundling and chunking gets handled with [Webpack](https://www.npmjs.com/package/webpack) and is written in ES6.
@@ -32,4 +37,11 @@ $ npm install
3237
```sh
3338
$ npm run compile
3439
```
35-
**Open your browser and navigate to http://127.0.0.1:8080/**
40+
**Open your browser and navigate to http://127.0.0.1:8080/**
41+
42+
[npm-url]: https://npmjs.com/package/es6-event-emitter
43+
[npm-version-image]: https://img.shields.io/npm/v/npm.svg?maxAge=2592000
44+
[dev-dep-image]: https://david-dm.org/JFusco/react-webpack-es6-chunking/dev-status.svg
45+
[dev-dep-url]: https://david-dm.org/JFusco/react-webpack-es6-chunking#info=devDependencies
46+
[dep-image]: https://img.shields.io/david/JFusco/react-webpack-es6-chunking.svg
47+
[dep-url]: https://david-dm.org/JFusco/react-webpack-es6-chunking

0 commit comments

Comments
 (0)