A boilerplate setup for projects using Gulp to compile Pug into HTML and Sass into CSS.
Note: This is a template repository. New projects using this repo as a template should be created using the "repository template" option on the Create a New Repository page.
- Node & npm
- Gulp 4
- If you haven't already, use nvm to install node and npm
- If you haven't already, globally install the gulp command line tools:
npm install --global gulp-cli
- Clone this repo
- In the project folder, install the node package dependencies:
npm install
Run the default Gulp task (gulp
or gulp default
) in the project root to compile all files, watch for future changes, and start up Browsersync.