This is a starter project for building HTML websites that includes a basic Gulp automation workflow.
- Make sure you have node.js, git, and gulp installed
- Download and unzip the latest release
- Open a command line and go into the directory using a command such as
cd gulp-starter-project
- Run
npm install
to install the project dependencies - Run the Gulp command
gulp
- Modify or remove the
README.md
file as needed - Modify, add, and remove files in the
src
directory as needed to build your project
Edited to include post-CSS by anna-cantrell.