Tauri was used for the application side, Svelte and Tailwind UI for the frontend, and Golang for the backend of a weather application.
Type the following code into your terminal:
cd tauri-app && npm install
cd api && go get github.com/gofiber/fiber/v2
🎏 For the Application
cd tauri-app && npm run tauri dev
📚 For the Backend
cd api && go run .
After running, go to the application 💚