This is a simple weather app made in Svelte 5 with Vite. The user can search for a city and check the current weather, short hourly forecast and the next few days.
First install dependencies: npm install
Then start the development server: npm run dev
After that open the address shown in the terminal, usually: http://localhost:5173/
To create the production version: npm run build
To preview it: npm run preview
This project uses Vite as a bundler and Svelte as the framework.
The CSS is written in: