Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 698 Bytes

readme.md

File metadata and controls

37 lines (25 loc) · 698 Bytes

Weblayout template

Starter template for building a web layout.

gulp + sass + pug

Install

Clone this repo into your local:

git clone --depth=1 https://github.com/sergeynechaev/weblayout-template.git <your-project-name>

Then, run:

npm install

Development

In the project's folder run:

gulp

Go to the http://localhost:9000 then modify the files under /src directory. The new content will be automatically generated in the /build folder. Browser will refresh the page automatically after saving your changes.

Production

In the project's folder run:

gulp prod

Minimized output will be placed in the folder /build-prod.