/gulp-starter-project

A starting point for building websites with a Gulp automation workflow

Primary LanguageJavaScript

Gulp Starter Project

This is a starter project for building HTML websites that includes a basic Gulp automation workflow.

Setup

  1. Make sure you have node.js, git, and gulp installed
  2. Download and unzip the latest release
  3. Open a command line and go into the directory using a command such as cd gulp-starter-project
  4. Run npm install to install the project dependencies
  5. Run the Gulp command gulp
  6. Modify or remove the README.md file as needed
  7. Modify, add, and remove files in the src directory as needed to build your project

Edited to include post-CSS by anna-cantrell.