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
Bootstrap, Sass compiling, and CSS/Javascript minification are also included for easy themeing.
- Clone the repo:
git clone https://github.com/scferg/html5-boilerplate-sass.git
- Install dependencies:
npm i
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