TemplatesReact TemplatesTailwind

Getting Started with Vite + React + Tailwind Template

Installation

Install the CLI globally using npm:

npm install -g @perceptui/cli

Or run without installation:

npx @perceptui/cli

1. Tailwind configured template with .js

percept-cli create my-app --template vite-react-tailwind

2. Tailwind configured template with .ts

  • Dark Mode Theme Toggle
  • Simple Header
percept-cli create my-app --template vite-react-ts-tailwind

Happy coding! 🚀