Inuit boilerplate is an opinionated starter kit to help you build or prototype static marketing or content websites. It uses 11ty as a static site generator, Gulp as a worklow automation tool and InuitCSS as CSS framework.
The goal of this boilerplate is to make to create a library of components which are easy to use, accessible and performant. Important: for the moment this is not the case but it's a work in progress.
You are free to copy, modify, and distribute Inuit boilerplate, even for commercial purposes, without asking for permission. For any third-party code please refer to the corresponding license included in this project.
You can see a live demo of this boilerplate at https://inuit-boilerplate.netlify.com/
This project is still under development and will change in the future. Some things I'm working on:
- better form layout
- various lists styles
- easier to use tabs component
- add new components
- basic service worker
- documentation
Inuit boilerplate needs the following tools to be installed properly:
To install run npm install
There are several options to run or build the site.
To build the site run gulp
.
To run a browser-sync server and watch changes run gulp watch
.
Inuit boilerplate uses 11ty to generate the html and process the .scss
files. More information about these tools can be found on the following sites: