Frontend:
- JS files are handled with babel
- CSS files are handled with css-modules (react-css-modules) and postcss
- PostCSS plugins: autoprefixer, cssnext
Backend:
- Express for serving compiled files
Commands:
npm run build-dev
- development build with watchnpm run build-debug
- development build with debug optionsnpm run webpack-server
- starts webpack servernpm run express-server
- starts express server