This repo helps you get up and running with tailwind using vanilla html as quickly as possible. Uses vite
- Clone the repo
git clone https://github.com/inerds/tailwind-quickstart.git
cd tailwind-quickstart
- Install dependencies
yarn
- Start development
# Start a server with vite
yarn dev
# Build with vite
yarn build