This is a project bootstrapped with @vitejs/app
combine with Tailwind Css and deploy in Vercel.
You can clone this repository
git clone https://github.com/vhermawan/react-vite.git
Then, install package using yarn or npm
yarn install or npm install
Copy .env.example and paste as .env you can add API KEY get from here
VITE_API_KEY= <your-api-key>
Then, you can serve in your local development
yarn dev or npm run dev