isemenkov / gulp-web-boilerplate

A boilerplate for building web projects with Gulp and scss. Uses Gulp 4.x.

Repository from Github https://github.comisemenkov/gulp-web-boilerplateRepository from Github https://github.comisemenkov/gulp-web-boilerplate

Gulp-Web-Boilerplate

A boilerplate for building web projects with Gulp and scss. Uses Gulp 4.x.

Table of contents

Requirements

Installation

Run npm install to install required files and dependencies.

Usage

  1. Clone or Download Gulp-Web-Boilerplate from GitHub.
  2. Install Node Modules: npm i
  3. Run gulp

Gulp tasks

  • gulp: run default Gulp task, start development files watching.
  • gulp clean: remove all generated files.
  • gulp build: generate html, css and js files.

About

A boilerplate for building web projects with Gulp and scss. Uses Gulp 4.x.

License:MIT License


Languages

Language:JavaScript 88.4%Language:SCSS 9.6%Language:HTML 2.0%