1.0.4 • Published 3 years ago

@david-webdev/tailwind-starter v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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