NOTE: This project is under development, radical changes may occure!
r-kit is a starter kit for apps powered by React+Redux.
- npm for package management and scripting
- Webpack for module bundling
- Karma+Jasmine for test
- JSDoc for documentation
- eslint for code quality and consistency
Clone this repository from git@github.com:dprokop/r-kit.git and run
npm install
You are ready to go!
npm run serve
This will run you application on localhost:8080
using webpack-dev-server
npm run test
npm run test:watch
npm run dist
MIT