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