This is a boilerplate, or starting point, for building React apps with modular CSS. Everything is powered by Webpack and NPM. No Bower or Gulp; Webpack handles everything.
To install the dependencies, run npm install
.
$ npm run dev
$ npm run build
$ npm run test
$ npm run test:watch