Simple 11ty setup using TypeScript, SASS, Preact with partial hydration, and other useful things. Aims to provide the DX of Gatsby, but using 11ty!
11tyby is an organized boilerplate for 11ty, designed to help users quickly set up their 11ty projects. It includes features such as TypeScript, native JSX support via Preact, CSS Modules with SASS, and a well-defined webpack config for better developer experience and optimized performance. The project also includes partial hydration to reduce the amount of code shipped to users.
To install and use 11tyby, follow these steps:
git clone <repository-url>
npm install
npm run serve
11tyby is a boilerplate for 11ty that aims to streamline the setup process for users. It provides features such as TypeScript, native JSX support via Preact, CSS Modules with SASS, and a well-defined webpack config. The project also includes partial hydration for improved performance. By using 11tyby, users can quickly set up and start working on their 11ty projects without spending time on configuring tooling and dependencies.