To install application with all dependencies run:
$ npm install
To run application in browser type following command in terminal:
$ gulp
The local server will run on: http://localhost:3000
exports.browsersync = browsersync;
exports.assets = series(cleanimg, styles, scripts, images);
exports.styles = styles;
exports.scripts = scripts;
exports.images = images;
exports.cleanimg = cleanimg;
exports.default = parallel(images, styles, scripts, browsersync, startwatch);