A Universal React setup with i18n: Babel 6, Koa 2, React, React Router, React Transmit, React Bootstrap, React-intl, Mocha, Webpack HMR, PostCSS, ESLint.
npm install react-setupI prefer to keep this setup trim but feel free to sprinkle some more pixie dust (Redux, Passport, etc.) to bake your project :)
 

* Style Guide - JS Standard, JSDocs
* Internationalization (i18n)
* Dependencies Notes
* Https and Http2
* Docker files
* File an Issue
* Join the Chat room
Install
```
npm install -g babel-cli
npm install
Start DEV mode with Hot-Module-Replacement
``
npm run dev
Run tests
``
npm test
npm run test-cov
Build & Start PRODUCTION
```
npm run build && npm start
PR, Stars ✭ and Issue Reporting are always welcome :)
Follow CONTRIBUTING.md