small-weather-application

Project Setup

npm install

Add your api key to the .env file

VITE_WEATHER_API_KEY

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build