@david-webdev/tailwind-starter
v1.0.4
Published
A quick setup for Tailwind CSS using Vite
Maintainers
Readme
Get started with Tailwind CSS & Vite fast
A quick setup for you to use Tailwind CSS with Vite
Fastest Way To Start
npx @david-webdev/tailwind-starter myAppGet Started Manually
- Clone the repository
git clone https://github.com/DavidHDev/tailwind-starter.git
cd tailwind-starter- Install all dependencies
npm install- Start your development server
# Start a local Vite server
npm run dev# Build your code with Vite
npm run build