Skip to content

A simple boilerplate for front-end web development - using Gulp v4

License

Notifications You must be signed in to change notification settings

iodimitrov/gulp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Boilerplate

A simple boilerplate for front-end web development which uses Gulp v4.

Features

  • Live reloading
  • Cache busting
  • Sass converted to css, auto prefixed and minified with sourcemaps
  • JavaScript concatenated into a single file, minified with sourcemaps and supports ES6
  • Image minifying
  • Normalize/Reset (default is Normalize)

Getting Started

Follow these steps in order to get the website up and running locally on your machine.

Installation

  • npm install to install any dependencies
  • npm start or gulp watch to start a live reload session

Building

  • npm run build or gulp to build the application

Extras

  • gulp or gulp build to build the application
  • gulp watch to enable live reload
  • gulp clean to delete the build folder
  • gulp styles to run the style tasks
  • gulp scripts to run the script tasks
  • gulp images to run the image tasks
  • gulp favicon to run the favicon tasks

About

A simple boilerplate for front-end web development - using Gulp v4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •