axoplasm / skeletor

bare bones static website boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeletor

Truly barebones boilerplate for static site and front-end development.

skeletor.axoplasm.com

Dependencies

Installation

$ npm install

Local development

$ npm start

Local site served at 127.0.0.1:8000, with live reload.

Pages are rendered from /views/ into /public/.

Pages are served from /public/ with absolute paths.

CSS is rendered from /sass/stg.scss to /public/css/stg.css.

About

bare bones static website boilerplate


Languages

Language:HTML 66.8%Language:SCSS 32.6%Language:JavaScript 0.6%