A starter repository showing how to build a website with the Eleventy, Tailwind CSS, Alpine.js, Pug, esbuild
git clone https://github.com/rjcnd105/11y-pug-tailwindcss-alpinejs-starter.git my-website-name
cd my-website-name
npm install
npm update
This step is only required the very first time.
npm run build
npm run start
changed from (eleventy-tailwindcss-alpinejs-starter by Greg Wolanski)