Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 911 Bytes

File metadata and controls

27 lines (15 loc) · 911 Bytes

Staticifier

THE barebones static website template.

Staticifier is a basic template for static websites. No generation, no scss or templating engine; just good ol' bootstrap.


###Before you start (Important!) You'll need to have node.js and bower installed to run this project. If you have not set up your development environment and installed node.js, please follow this guide:

Please click the appropriate link for your operating system. After you finish the steps, return to this page.

###Using this project Step 1: Clone this project

$ git clone https://github.com/carl-eis/staticifier.git your-project-name

Step 2: Install dependencies

$ bower install

That's all! Happy coding!