Skip to content

jairtrejo/simple-gulp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple gulp template

A simple gulp template that provides:

Requirements

Quickstart

Clone the repository and install local dependencies:

git clone https://github.com/jairtrejo/simple-gulp-template.git my-project
cd my-project
npm install
bower install

Then run the default gulp task:

gulp

Your HTML, JavaScript, and Less files under src will be processed, bower dependencies gathered, and the output will go to the build folder. A BrowserSync server will also be started.

For more information check the blog post.