Getting Started with Vite + React + Tailwind Template
Installation
Install the CLI globally using npm:
npm install -g @perceptui/cliOr run without installation:
npx @perceptui/cli1. Tailwind configured template with .js
percept-cli create my-app --template vite-react-tailwind2. Tailwind configured template with .ts
- Dark Mode Theme Toggle
- Simple Header
percept-cli create my-app --template vite-react-ts-tailwindHappy coding! 🚀