Skip to content

BenjiCS/gulptemplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp.js Project Template

This template is meant as a simple starting point for your front-end projects.

It supports EJS, and SCSS (Sass).

Installation

Clone this git to your new project folder.

run npm install in your project folder to install all dependencies.

run npm run dev in your project folder to start the task manager.

Usage

Development takes place within the src-folder.

When changes are made to either of the files inside src Gulp will compile your entire project and move it to the distfolder.

Use the dist-folder to view your work, and upload to your production server.

About

Gulp template

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.1%
  • HTML 19.3%
  • CSS 2.6%