A basic Vite + React 18 + TypeScript + Tailwind CSS starter project, ready to use as a template to save setup time for new projects.
- React 18 with strict TypeScript mode
- Vite as a fast bundler and dev server
- Tailwind CSS fully configured with PostCSS and Autoprefixer
- Ready-to-use
index.csswith Tailwind directives - Starter
App.tsxwith Tailwind example
- Clone the template
git clone https://github.com/your-username/react-tailwind-template.git my-new-project
cd my-new-project
-
Install dependencies
npm install -
Run development server
npm run dev
This project is open-source and free to use