Harvest

screenshot of Harvest

Front-end boilerplate for Gulp with everything you need to get started

Overview

The Front End Gulp Boilerplate is a toolkit for front-end development using Gulp. It provides all the necessary tools and dependencies to get started quickly.

Features

  • Gulp: Automates tasks such as compiling SCSS, optimizing images, and compressing CSS and JS files.
  • BrowserSync: Refreshes the page automatically whenever changes are made to HTML, SCSS, or JavaScript files.
  • Deployment: Provides a command to deploy the project, which optimizes images, compresses CSS and JS files, and places them in a /dist folder.

Summary

The Front End Gulp Boilerplate is a handy toolkit for front-end development using Gulp. It automates various tasks such as compiling SCSS, optimizing images, and compressing CSS and JS files. It also provides a live-reload feature with BrowserSync and simplifies the deployment process. The boilerplate has been tested with Node versions 4.x and 6.x.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.