Skip to content

sergeynechaev/weblayout-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Starter template for web layout development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published