There's an even more simplified version in the simple
branch. The template in the main
branch has a few additions, structure, and plugins that I end up using almost every time.
Feel free to fork this repo to serve as the starting point of your project. You can deviate as much as you want from there.
Click the button below to:
- Create a new repo with this template.
- Create a new Netlify project
- Deploy this template for free!
Run the following commands in your terminal.
- Install NPM dependencies:
npm i
- Run your project. This will set Tailwind in watch mode, and spin up a local server with 11ty:
npm run dev
- Enjoy!