Build: Webpack, Babel (es2015 and React), Sass loaders, webpack-dev-server, react-hot-loader
Test: Mocha, Chai, Enzyme
Front-end: React, React-Dom
Install all dependencies:
npm install
Run webpack:
npm run webpack
Automatically run webpack when files change:
npm run webpack:watch
Run tests:
npm run test
Run tests automatically when files change:
npm run test:watch
Run webpack-dev-server (master
branch is configuration for Cloud9. local
branch has configuration for running on localhost).
You don't need to run webpack:watch
if you are running the dev server.
npm run webpack-dev-server