Based on OSKit
React + redux demo for people who writes a nice code.
Important. There is no actual server side, you can easy change this by implementing server-side by yourself.
##Installation
git clone https://github.com/mr47/react-redux-kit.git
npm install
npm run start
##Whats inside:
- Webpack (bundler, with demo external lib)
- React
- Redux
- React-router
- Babel ( stage 0, es2015 )
- Karma (Runner for tests)
- Mocha (tests framework)
- Chai
- Isparta (coverage, es2015 source quality!)
- Sass (scss)
- Milligram (css small framework)
- ESLint
###Additional:
###Demo:
##Test
It will run karma with config karma.conf.js
npm test
To run tests in developer mode
npm run tests:dev
##Run Demo
npm run start
MIT