A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction.
This is a project template for sakitam-cli. It is recommended to use npm 3+ for a more efficient dependency tree.
$ npm install -g sakitam-cli
$ sakitam init react-template-webpack my-project
$ cd my-project
$ npm install
$ npm run dev