1.1.0 • Published 2 years ago

gulp-starter-dependencies v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

What i will settup

Spins up a web server Compiles Sass to CSS Refreshes the browser automatically whenever you save a file Optimizes all assets (CSS, JS, fonts, and images) for production

Creating a Gulp Project npm init

Installing Gulp sudo npm install gulp -g

Once the package.json file is created, we can install Gulp into the project by using the following command:

$ npm install gulp --save-dev

Gulp-BoilerPlate 0-Run: npm install --save-dev gulp-sass gulp-concat gulp-imagemin@7.1.0 gulp-cache gulp-terser gulp-postcss autoprefixer cssnano gulp-replace browser-sync

1 Run gulp on terminal