Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Standard boilerplate for Gulp with everything you need to get started.

License

Notifications You must be signed in to change notification settings

nashcheez/standard-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standard Boilerplate (using Gulp)

Standard boilerplate for Gulp with everything you need to get started.

  • First download or clone this repo.
  • Then run npm install to install dev dependencies. Use sudo if needed.

You'll need to have Gulp installed. If you already have Gulp installed, you can skip the following line. It is as simple as running:

  • npm install -g gulp

During development mode, run the default task so you'll have watchers and browser sync. Simply do the following:

  • Run gulp to start it up
  • Try to modify html, scss and javascript files and see how the page gets updated with BrowserSync

When you're ready to deploy, simply do the following:

  • Run gulp deploy
  • All of the files you need will be in /dist with your images optimized, css compressed and js compressed.

Node Versions Supported

The following Node versions have been tested

  • 4.x
  • 6.x

Version

1.0.0

Revision History

November 7, 2016

  • Released the first draft of the standard boilerplate.

About

Standard boilerplate for Gulp with everything you need to get started.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published