An unopinionated, minimal 11ty starter with TypeScript templates.
The eleventy-starter-typescript is a minimal starter template designed for developers who want to incorporate TypeScript into their 11ty projects. With an unopinionated approach, this starter allows developers to choose their own tools for styling, testing, and bundling.
To install the eleventy-starter-typescript, follow these steps:
git clone https://github.com/<username>/eleventy-starter-typescript.git
cd eleventy-starter-typescript
npm install # or yarn install
npm run dev # or yarn dev
This will compile the TypeScript files and start the development server on a local port.
The eleventy-starter-typescript is a minimalistic starter template for developers who want to incorporate TypeScript into their 11ty projects. With its focus on flexibility and customization, developers are free to choose their own tools for styling, testing, and bundling. By providing a solid foundation for TypeScript development, this starter template allows developers to leverage the power and benefits of TypeScript in their 11ty projects.