- Verify you have installed node, npm and gulp.
- Start npm in your project root by writting
npm init -yon console. - Install all dependences:
npm install --save-dev gulp gulp-sass gulp-wait gulp-autoprefixer gulp-pug browser-sync
NOTE:
gulp-waitis used to solve a bug while compiling partial SASS files with Visual Studio Code. if you use Sublime Text, go to Preferences > Settings and add this line:"atomic_save": true