A boilerplate to get a react app up and running with webpack, ES6, CSS modules
- Run
npm install
to install development dependencies - Run
npm install [email protected] -g
- Run
webpack-dev-server --content-base src/
to create an initial build and start the development environment
./node_modules/.bin/webpack -d
- export build files into a build folder