The simplest boilerplate to use TailwindCSS with Eleventy
- Start by cloning this repo and run
npm run start
to serve this boilerplate in development environment. - You can starting changing
index.njk
file and the browser will automatically refresh to display your changes. - To build for production, run
npm run build
.