Rexpack is a minimal Express, Webpack, & React boilerplate app that serves an image, adds some styling and some basic functionality, just to show everything working at the most basic level. This project can then be used as a template for other more complex apps.
Stack: Node (ES6+), Express, Webpack, React, Jest, and Enzyme that has Hot Module Reloading and can be deployed to Google App Engine with a single command. It has dev and prod builds, where the prod build outputs a minified, uglified bundle where images are encoded in Base64 directly into the css file.
Rexpack can be run locally on your machine, or pushed to Google App Engine Flexible Environment.
npm install
npm run buildDev
npm run buildProd
npm start
Then navigate to http://localhost:8080
npm run deploy
npm test
npm run coverage