-
Install npm
-
Go to nodejs.org and follow instructions to download
-
Gulp has to be installed globally and locally. You can do that by running the following commands
sudo npm install -g gulp
for global installation
sudo npm install gulp
navigate to working directory and run to install locally
Run 'gulp' for
- live reload (Browsersync)
- Sass compilation
- CSS & Javascript minification
- Concatination of JS files
- Autoprefixer