Skip to content

DavidHDev/tailwind-starter

Repository files navigation

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 myApp

Get Started Manually

  1. Clone the repository
git clone https://github.com/DavidHDev/tailwind-starter.git
cd tailwind-starter
  1. Install all dependencies
npm install
  1. Start your development server
# Start a local Vite server
npm run dev
# Build your code with Vite
npm run build

About

A quick setup for Tailwind CSS with Vite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published