A starter repository showing how to build a website with the Eleventy, Tailwind CSS, and Alpine.js.
git clone https://github.com/gregwolanski/eleventy-tailwindcss-alpinejs-starter.git my-website-name
cd my-website-name
npm install
This step is only required the very first time.
npm run build
npm run start
MIT
See LICENSE
for more information.