Vite + React + TailwindCSS Starter Kit


GitHub repo size GitHub forks GitHub Repo stars Last commit Commit activity

This template provides a stater setup to get React working in Vite with TailwindCSS installed.


Getting Started*

1. Clone this repo*

git clone https://github.com/purnasth/vite-react-tailwind-starter.git

→ for jsx

git checkout vrt

→ for TypeScript

git checkout vrt-ts

2. Install and Run*

Run the following commands in your terminal:

npm install
npm run dev
  • npm install to install the node_modules on your local repo which has been .gitignore in this github repo.
  • npm run dev for running this in your browser, by default it opens in port http://localhost:5173/

⭐ Star this repo on GitHub — it helps!