Yet another React client-server boilerplate and demo app Features 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 Scripts clean - remove all build artifacts build - build assets in production mode (implies clean) build-dev - build assets in development mode (implies clean) start - start production server (implies build) start-dev - start development server To be done Testing framework