Clone this repository -
git clone https://github.com/itsMinar/vite-react-tailwind-starter.git
Go to the Directory -
cd vite-react-tailwind-starter
Remove the git initialization (.git) file (don't use powershell) -
rm -rf .git*
Install dependencies -
npm install
Run the project:
npm run dev