Skip to content

emrullahayin/gulp4-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.