Weather app using openweather and tailwind
Create an api key from openweatherapi and place it in .env or hardcode it in main.ts
Install the dependencies
npm i # or yarn
First, run the development server:
npm run dev # or yarn dev