marcop135 / gulp-starter

File processing boilerplate for HTML, Sass, JS, PNG, JPEG, GIF, and SVG files with Gulp.js (https://gulpjs.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File processing boilerplate for HTML, Sass, JS, PNG, JPEG, GIF, and SVG files with Gulp.js

Using a set of boilerplate files when you're starting a website project can be a huge time-saver. Instead of having to start from scratch or copy and paste from previous projects, you can get up and running in just a minute or two.

You can read the original project's blog post here. Kudos to @thecodercoder

Quickstart guide

  • Clone or download this Git repo onto your computer.
  • Install Node.js if you don't have it yet.
  • Run npm install
  • Run gulp to run the default Gulp task

Gulp plugins

In this project, Gulp will be configured to run the following functions:

Testing and compatibility

This project has been tested in npm v18.7.0.

About

File processing boilerplate for HTML, Sass, JS, PNG, JPEG, GIF, and SVG files with Gulp.js (https://gulpjs.com)

License:MIT License


Languages

Language:SCSS 64.2%Language:JavaScript 27.3%Language:HTML 8.5%