This template should if you need convert internet website to native application.
- Rust
- NodeJS
- Open CMD in project, past and run development command ("npm run tauri dev")
- Change URL it website [src/main.js | 1 line]
- Change application name [src-tauri/tauri.conf.json | 10 line]
- Change application width & height [src-tauri/tauri.conf.json | 41,42 line]
- Change application title [src-tauri/tauri.conf.json | 40 line]
- Change icon [src-tauri/icons/icon.ico]
- Open CMD in project, past and run build command ("npm run tauri build")