This is based on the official HTML5 Boilerplate package. See the README for that here:

https://github.com/h5bp/html5-boilerplate/blob/main/README.md

Additional Features

Bootstrap, Sass compiling, and CSS/Javascript minification are also included for easy themeing.

Installation

  1. Clone the repo: git clone https://github.com/scferg/html5-boilerplate-sass.git
  2. Install dependencies: npm i

Usage

Compile Sass and minify both the output CSS and Javascript
npm run build

Compile only Sass with comments and un-minified
npm run sass-dev

Compile only Sass without comments and minified
npm run sass-prod

Minify only Javascript
npm run js-minify