A starter pack for developing static web application using Gulp and Webpack.
Requires Node.js v8+ to run.
Install global dependencies
npm i -g gulp
Install the dependencies and devDependencies.
npm i
Running dev server
npm run watch:dev
Running production server
npm run watch:production
Compile Sass
npm run compile:sass
Compile JavaScript
npm run compile:js