Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 891 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 891 Bytes

Gulp Sass and Pug boilerplate

This is a simple starter boilerplate for building HTML templates with Gulp, Sass and Pug

Requirements

NodeJS, Gulp, Yarn or NPM must be installed.

Getting Started

First, clone or download repository and inside the created folder, run the command:

yarn install
# or
npm install

Run the development server:

yarn dev
# or
npm run dev
# or
gulp

Open http://localhost:3000 with your browser.

Learn More

Inspiration