A collection of web pages and web components built in Tailwind CSS v1.x. For Tailwind CSS v0.7.4 examples, check out my other repo.
Website: https://tailwind-v1-examples.netlify.com
Screencasts: YouTube link
I'm using Nuxt.js for these examples. It easily allows me to create static pages for easy deployment to Netlify.
- Clone the repo and
cd
into it npm install
npm run dev
for development ornpm run generate
to generate static pages for production.