- Minimal
- Clean
- I don't know what else to say
- start (development mode with hot reloading)
- build (build for production, outputs to ./dist)
- serve-build (serve the build from ./dist)
- webpack
- webpack-dev-server (hot module replacement)
- react
- babel (presets: es2015 & react)
- http-server (to serve the build)