The personal starter of Dave Santos following the standards of HTML5BP packaged with Normalize.css and compiled with Webpack
Install Node.js packages from package.json
npm installInitiate local server
npm startCompile development or production build
npm run dev
npm run production