Install gulp-cli use following command
npm install gulp-cli -g
CD to your project folder.
cd /path/to/project/direcotry/
Use following command to install dependencies
npm install
Use following command to start compiling SCSS and JS Files on change
gulp watch
Other commands:
- Compile SCSS
gulp compile:scss
- Compile JS
gulp compile:js
- Build
gulp build