Skip to content

paweltar/static-site-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You can use this template as a starting point for building static sites.

What's included?

Usage

Clone repository

git clone git@github.com:paweltar/static-site-template.git my-project-name
cd my-project-name

Remove git tracking and initialize your own

rm -rf .git
git init

Download dependencies

npm install && bower install

Build project and start watching for changes

gulp

Create /dist folder for the production website

gulp build