This project is a predefined base structure with all files and configured tasks for creating a web site/page.
-
Pug (formerly Jade) - for creating HTML
-
Sass (Scss) - for creating CSS
-
TypeScript - for transpaling to plain JavaScript.
-
For supporting some rare or out of date features you can configure Modernizr (all checks, modules are configures in
modernizr-config.json)All settings could be found there: https://modernizr.com/download?setclasses
-
normalize.css - project uses fork-version of normalize-css library: https://github.com/JohnAlbin/normalize-scss/tree/main/fork-version
-
PNPM - project uses pnpm as one and only package manager
3.0.0
- Add feature to add new pug pages and scss files via Terminal
- Convert project to GBP-CLI
