- React client + Express server ready to go
- General purpose Webpack 4 config
- Dev mode via Express webpack-dev-middleware / webpack-hot-middleware (+ nodemon for server-code live reload)
- Babel with common plugins & presets
- Code linting support (ESLint)
- Simple client-server demo application
clean
- remove all build artifactsbuild
- build assets in production mode (impliesclean
)build-dev
- build assets in development mode (impliesclean
)start
- start production server (impliesbuild
)start-dev
- start development server
- Testing framework