dprokop / r-kit

Starter kit for apps powered by React and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: This project is under development, radical changes may occure!

js-standard-style

r-kit

r-kit is a starter kit for apps powered by React+Redux.

Tools used

  • npm for package management and scripting
  • Webpack for module bundling
  • Karma+Jasmine for test
  • JSDoc for documentation
  • eslint for code quality and consistency

Set up

Clone this repository from git@github.com:dprokop/r-kit.git and run

npm install

You are ready to go!

Running app

npm run serve

This will run you application on localhost:8080 using webpack-dev-server

Running tests

npm run test
npm run test:watch

Preparing distribution

npm run dist

License

MIT

About

Starter kit for apps powered by React and Redux

License:MIT License


Languages

Language:JavaScript 98.4%Language:HTML 1.4%Language:CSS 0.2%