/html_gulp_boilerplate

A modern JavaScript starter toolkit for web-development using Gulp task runner.

Primary LanguageSCSS

Gulp boilerplate for rapid HTML/CSS/JS development

Dependencie: Gulp 4, NodeJS

header

🎉 Overview

To start working with this bundle:

  1. Clone project git clone https://github.com/krahmanov/html_gulp_boilerplate.git
  2. Inside project run npm install or yarn install
  3. Start by using:
    • npm run dev - For development purposes
    • npm run build - For production purposes

It automates most of the routine tasks such as:

  • scss,
  • autoprefixes,
  • image optimization,
  • js optimization.

It also comes with reseter.css and vanillatop.js.
It can be extended in a simple way when project require some extra functionality provided by thirdparty packages.

🔴 Launch

Gulp Commands

name Description
gulp Runs default task for development
gulp build Runs default task for production