Why Gulp?

Gulp is a tool that helps out with several tasks when it comes to web development. It’s often used to do front end tasks like:
If the buyer is using css then no need to follow below steps. Just go to the html/ltr/index.html and open that file in to the browser for the desired output.
If the buyer is using scss and package manager then we have compilation tool (gulp) which makes it very easy for compilation. The tasks that Gulp is doing for us are mentioned below.
1) Spinning up a web server
2) Reloading the browser automatically whenever a file is saved
3) Using preprocessors like Sass or LESS
4) Optimizing assets like CSS, JavaScript, and images

We have used gulp for minimizing JS and Sass. Kindly follow the steps to run the project with gulp.

If Gulp installation is undone then kindly refer the Getting Started page.
1) Open our downloaded template and open command prompt where package.json is available.
2) Now, run the follow command. It is necessary to start gulp.

npm install

3) After completion of npm installation, run gulp

gulp

Style can be changed in scss folder and when it is saved it will automatically compile and on refresh of the .html file you will get the desired change.
All Rights Reserved by MaterialPro. Designed and Developed by WrapPixel.