A webpack template for the most basic vanillaJS webapp.
- Bundles js (with babel transpilation)
- Bundles all kind of assets (css,images,...)
- generates an index.html based on the template provided "src/index.html"
- development and production build scripts
npm install
npm start
for build and dev servernpm run build:dev
for development buildnpm run build:prod
for production build
better minify