Truly barebones boilerplate for static site and front-end development.
- The New CSS Reset
- 11ty
- IBM Plex (Optional)
$ npm install$ npm startLocal site served at 127.0.0.1:8000, with live reload.
Pages are rendered from /views/ into /public/.
Pages are served from /public/ with absolute paths.
CSS is rendered from /sass/stg.scss to /public/css/stg.css.