Gulp 4 Starter(SCSS, Babel, BrowserSync)

Опубликовано: 22 Июнь 2026
на канале: CodingFromScratch
3,379
83

How to use gulp 4 to automate & enhance your workflow

Code: https://github.com/damirpristav/gulp-...

00:00 - Intro
00:09 - Install gulp-cli
00:30 - Create package.json file
00:36 - Install gulp
00:58 - Install gulp plugins and dependencies
02:29 - Create src folder and some files and folder in it and index.html file
03:30 - Create gulpfile.js file
13:18 - Add scripts to package.json file
13:55 - Add some markup to html file
14:25 - Add some style
21:44 - Create js task in gulpfile
24:33 - Add some js code
27:44 - Test build task