gulp-starter

This is a Gulp4 starter.

Getting started

You will need:

1. Clone this repo
git clone https://github.com/jeffersonlam/gulp-starter.git
2. In the cloned folder, install the dependencies
cd gulp-starter
npm install
3. Start gulp
gulp
4. Write some code!