For Tailwind CSS v1.0 examples, check out my other repo.
A collection of web pages and web components built in Tailwind CSS v0.7.4.
Website: https://tailwindcss.andredemos.ca
Screencasts: YouTube link
I'm using Laravel for these examples. For me, it was the fastest way to get Tailwind CSS running.
cd
into itcomposer install
.env.example
file to .env
php artisan key:generate
npm install
npm run dev
or npm run watch
php artisan serve
or use Laravel Valet or Laravel Homesteadlocalhost:8000
in your browserCheck out the Tailwind CSS Docs on how to get setup in your environment.
Here are the relevant files: