ihatem / static-site-boilerplate-sass

forked boilerplate (http://staticsiteboilerplate.com) replacing SCSS with SASS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Site Boilerplate with Sass syntax support

Installation

  • clone project
git clone https://github.com/ihatem/static-site-boilerplate-sass
  • cd into it
cd static-site-boilerplate-sass
  • remove .git and node_modules and reinstall them
rm -rf .git && rm -rf node_modules && rm packages-lock.json && npm install --no-optional
  • start dev server
npm run start
  • build dist for prod
npm run build:dist
  • deploy to gh-pages
npm run deploy

About

forked boilerplate (http://staticsiteboilerplate.com) replacing SCSS with SASS

License:MIT License


Languages

Language:JavaScript 98.2%Language:HTML 1.5%Language:CSS 0.3%