Skip to content
Tauri
Releases

Development Cycle

Now that you have everything set up, you should start your application development server provided by your UI framework or bundler (assuming you’re using one, of course).

npm run tauri dev

The first time you run this command, the Rust package manager takes several minutes to download and build all the required packages. Since they are cached, subsequent builds are much faster, as only your code needs rebuilding.

Once Rust has finished building, the webview opens, displaying your web app. You can make changes to your web app, and if your tooling enables it, the webview should update automatically, just like a browser. When you make changes to your Rust files, they are rebuilt automatically, and your app automatically restarts.


© 2024 Tauri Contributors. CC-BY / MIT