Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 910 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 910 Bytes

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