This simple Tauri-App opens a web page in full-screen mode.
You can add a config.json
file to configure the url.
Note that if the configuration file is missing or incorrectly formatted, the default configuration will be used instead.
Filename: config.json
{
"url": "https://www.astrago.de"
}
Install Rust, NodeJS and pnpm and follow the Tauri Prerequisites.
Then install the Tauri CLI:
cargo install tauri-cli
cargo tauri dev
cargo tauri build