A lightweight, modern system resource monitor built with Wails, Go, Svelte and Shadcn-Svelte. Observer provides a alternative to native task managers with smooth, reactive visualizations.
Navigate to your project directory in the terminal.
To run your application in development mode, use the following command:
wails3 dev This will start your application and enable hot-reloading for both frontend and backend changes.
wails3 build This will create a production-ready executable in the
builddirectory.
Take a moment to familiarize yourself with your project structure:
frontend/: Contains your frontend code.main.go: The entry point of your Go backend.wails.json: Configuration file for your Wails project.