/simple-gulp-boilerplate

:red_circle: A Gulp boilerplate to get started easy without any configuration!

Primary LanguageJavaScriptMIT LicenseMIT

Simple Gulp Boilerplate

A Gulp boilerplate to easily get started with your project without any configuration.

Features

Using

First of all, you need to clone or download this repository.

git clone https://github.com/vini23hot/simple-gulp-boilerplate.git

Install Gulp globally. If you already have Gulp installed, skip this line.

npm install -g gulp

Go to the simple-gulp-boilerplate folder and install the dependencies

npm install

Modify the files inside src folder and run:

// Run Gulp tasks and start webserver watching src folder
npm run dev

// Run Gulp tasks only
npm run build