gulp4-boilerplate
v1.0.2
Published
Gulp Frontend Starter Kit
Downloads
1
Maintainers
Readme
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?
- cd into the repo.
- Run
yarn
ornpm i
to download dependencies. - Run
gulp
to start the development server.