Webpack starter project with Pug, Sass/SCSS and VanillaJS. See the demo site.
To render Pug templates into HTML is used the pug-plugin.
Install:
npm i
Start local dev server (development mode):
npm run start
Build distribution files (production mode):
npm run build
Preview the build in browser (production mode):
npm run preview