Gulp introduction

Home » Tutorials » Developers tools » Gulp introduction
Today we start learning Gulp – the powerful  tool for fas completing different frontend tasks.
While development frontend project with modern tools (css preprocessors, typescript, etc.) we often need complete the same tasks a lot of time. For this process simplicity there are different task managers. The most popular are GruntWebpack и Gulp.

In this lessons series we will learn Gulp. First of all you must install Gulp to your project. Run the command npm install –global gulp-cli (from project root). Then create gulpfile.js file in project root. Next steps see in my videos.

Code lesson

function defaultTask(cb) {
    cb();
}

exports.default = defaultTask

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.

Pin It on Pinterest

Share This