This is template for new react applications
Use degit for cope repository without git
npm install -g degit
degit github:dmitrymaslov99/vite-react-tailwind-rtk-eslint-router-prettier
npm i
npm run dev
Or you can clone repository
git clone https://github.com/dmitrymaslov99/vite-react-tailwind-rtk-eslint-router-prettier
cd vite-react-tailwind-rtk-eslint-router-prettier
rm -rf .git
npm i
npm run dev