webpack/template contains a reasonable starter template.
Usage:
cd webpack/template
npm install
npm run build
This will produce, under dist/ the following minimized files:
You can also run this test with the development server on localhost:9000:
npm start
which uses unminimized outptus, and automatically push reloads the page whenever you change any of the input files!