Starter template for building a web layout.
gulp + sass + pug
Clone this repo into your local:
git clone --depth=1 https://github.com/sergeynechaev/weblayout-template.git <your-project-name>
Then, run:
npm install
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.
In the project's folder run:
gulp prod
Minimized output will be placed in the folder /build-prod
.