This is a simple starter boilerplate for building HTML templates with Gulp, Sass and Pug
NodeJS, Gulp, Yarn or NPM must be installed.
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.
- Pug Documentation - learn about Pug features and API.
- Sass - learn how to use CSS with Sass