atomic-coders / react-boilerplate

Yet another starter boilerplate with lot's of goodies: React, Redux, ES2015, JSPM, hot-reloading, Karma + Mocha + Enzyme + Chai, Istanbul + isparta, ESLint + XO
MIT License
13 stars 1 forks source link

React Boilerplate

Dependency Status Build Status

Yet another starter boilerplate with lot's of goodies: React, Redux, ES2015, JSPM, hot-reloading, Karma + Mocha + Enzyme + Chai, Istanbul + isparta, ESLint + XO

Features

Development mode (with hot-reloading)

npm install
npm install -g jspm
jspm install
npm start

Production mode (using jspm bundle)

npm build NODE_ENV=prod npm start

Redux DevTools (for hot-reloading)

https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd/related

License

This project is licensed under the MIT license, Copyright (c) 2016 Maciej Rosiek. For more information see LICENSE.