A simple Gulp project setup to automate tasks.
Install npm dependencies.
npm install
launch with gulp
gulp
The following plugins are used in this project.
- gulp-sass to compile SCSS files to CSS,
- browser-sync to start a static server and live CSS reloads.