Here is my interpretation of template for doing html-coding. I would like to use gulp versus webpack. I see webpack much heavy than gulp, that is reason why I choosed gulp.
You are required to install node.
Super. When our node installed we can start to install requirement components of template.
The first one is Gulp --> Read more.
Lets install it. From gulp documentation 'quick start' we should use the command to install gulp on global level
npm install --global gulp-cli
Install included libraries from package.json
npm install --save-dev
gulp
Super. We ready to work. Good luck
By default gulp starts in watch mode, it means the dist folder will generate automatically but if you would like to build the app using command do
gulp clean
gulp build
To see more deployment command use
gulp --tasks