Skip to content

Commit 76ab203

Browse files
committed
docs: updated README
1 parent abc2745 commit 76ab203

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# React-Setup
2-
**A Universal React setup with i18n: Babel 6, Koa 2, React, React Router, React Transmit, React Bootstrap, React-intl, Mocha, Isparta, Webpack HMR, InlineCSS/PostCSS, ESLint.**
2+
**A Universal React Setup with i18n: Babel 6, Koa 2, React, React Router, React Transmit, React Bootstrap, React-intl, Mocha, Isparta, Webpack HMR, InlineCSS/PostCSS, ESLint.**
33

44
I prefer to keep this setup trim but feel free to sprinkle some more pixie dust (Redux, Passport, etc.) to bake your project :)
55

6-
[Live Demo](http://104.236.181.236:51431)
6+
<a href="http://104.236.181.236:51431" target="_blank">Live Demo</a>
77

88
[![Circle CI](https://circleci.com/gh/ngduc/react-setup.svg?style=svg)](https://circleci.com/gh/ngduc/react-setup) [![Dependencies Status](https://david-dm.org/ngduc/react-setup.svg)](https://david-dm.org/ngduc/react-setup)
99

1010
<img src="https://github.com/ngduc/react-setup/blob/master/docs/assets/demo.gif" width="400" height="308" >
1111

1212
## More Features
1313
* I18n with [React-intl](https://github.com/yahoo/react-intl)
14-
* Babel ES6, ES2015
14+
* Babel ES2015
1515
* Server rendering with React Transmit
1616
* Inline CSS or PostCSS: your choice :)
1717
* Code coverage with [Isparta](https://github.com/douglasduteil/isparta)
18-
* ESLint ES6 configuration
1918
* Debug ES6 code with Webpack
19+
* ESLint ES6 configuration
20+
* Style guide: [JS Standard Style](docs/js-standard.md) - Want [semicolons?](docs/js-standard.md)
2021
* Docker - build & launch your project - [Instructions](docs/docker.md)
21-
* Development: HMR for both client & server
22+
* Development: HMR (Hot Module Replacement) for both client & server
2223
* Production ready
23-
* Style guide: [JS Standard Style](docs/js-standard.md) - Want [semicolons?](docs/js-standard.md)
2424

2525
## Questions & Issues
2626

0 commit comments

Comments
 (0)