/gulp4-boilerplate

Gulp Frontend Starter Kit

Primary LanguageJavaScript

Gulp 4 - Front-end Starter-kit

Installation

Node

Install using npm

npm i gulp4-boilerplate

Browser

Clone the repo and include it in a script tag

git clone https://github.com/emrullahayin/gulp4-boilerplate.git

How to run locally?

  1. cd into the repo.
  2. install gulp-cli npm i --global gulp-cli
  3. Run yarn or npm i to download dependencies.
  4. Run gulp to start the development server.