Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 432 Bytes

File metadata and controls

16 lines (12 loc) · 432 Bytes

react-template-webpack

A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction.

Usage

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