Minimal ViteJS, React (TypeScript), and TailwinCSS Starter Template.
Clone the repo
git clone https://github.com/ojpro/vitejs-react-tailwindcss-template.git
Install packages
# using npm
npm install
#using yarn
yarn
Start the developement server
npm run dev
# or using yarn
yarn dev
🚀 Now visit http://localhost:3000