This is a template for creating a React app with TypeScript, Tailwind CSS, and Vite. It also includes ESLint and Prettier.
- Use this template by clicking the "Use this template" button above or with the GitHub CLI:
gh repo create my-app-name --template stofi/vite-react-tailwind-ts-template
- Install dependencies:
pnpm i
- Start the development server:
pnpm run dev
- Open http://localhost:8420 with your browser to see the result.