liawesomesaucer / static-site-boilerplate

A basic static site boilerplate with SCSS and hot-reload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A static site boilerplate

A boilerplate for static site. Includes SASS and hot-reload (html & sass/css) through browserSync

Setup

Run npm install to get all dependencies for this boilerplate

How to build

Since this is static, we must compile the SASS and hot reload, so run this:

gulp

BrowserSync should open a tab for you but if it doesn't, navigate to http://localhost:3000.

About

A basic static site boilerplate with SCSS and hot-reload


Languages

Language:HTML 55.6%Language:JavaScript 39.6%Language:CSS 4.8%