Just 2 dependencies, 2 npm scripts, and 1 Tailwind UI freebie to get you started.
https://hella-simple-eleventy-tailwindcss.netlify.app/
- Clone this repo
- Run
npm i
to install the dependencies - For development run
npm run serve
and point your browser to http://localhost:8080/ - For production run
npm run build