THE barebones static website template.
Staticifier is a basic template for static websites. No generation, no scss or templating engine; just good ol' bootstrap.
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.
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!