Boilerplate with Express.js and Webpack
- Express.js (v4) as production and development server
- Webpack 4 (production and development configurations)
git clone https://github.com/wdi-sg/react-express-webpack.git
cd react-express-webpack
npm install
npm run build
node index.js
MIT License. Free use and change.