Skip to content

Starting point for creating static sites with postCss, uikit, sass, browsersync, panini and a few useful plugins

Notifications You must be signed in to change notification settings

paweltar/static-site-template-postcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 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 [email protected]:paweltar/static-site-template-postcss.git my-project-name
cd my-project-name

Remove git tracking and initialize your own

rm -rf .git
git init

Download dependencies

npm install

Build project and start watching for changes

npm start

Create /build folder for the production website

npm run build