Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 2.15 KB

readme.md

File metadata and controls

70 lines (55 loc) · 2.15 KB

David David Travis Code Climate Test Coverage Twitter Follow

Based on OSKit

Open source kit

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

##Node and npm version tested npm node

License

MIT