An 11ty starter with Tailwind 3, AlpineJS 3
It's pretty straightforward.
npx degit https://github.com/willvincent/11-TEA
, then you can git init
and get busy building something awesome.npm run dev
When you're ready to deploy you can build for production by running npm run build
and then deploying things from the
dist
directory, or better yet, wire up your repo to Netlify, so that it automagically deploys for you every time you push.