Files
Lucas Nogueira 4db635f19b feat: bump to RC
2024-08-02 12:05:44 -03:00
..
2023-07-19 14:50:43 -03:00
2023-05-05 09:41:17 -03:00
2024-07-12 17:59:17 -03:00
2024-08-02 12:05:44 -03:00
2023-05-05 09:41:17 -03:00
2023-05-05 09:41:17 -03:00
2024-08-02 12:05:44 -03:00
2023-07-19 14:50:43 -03:00
2023-05-05 09:41:17 -03:00
2024-08-02 12:05:44 -03:00
2023-05-05 09:41:17 -03:00
2023-05-05 09:41:17 -03:00

API example

This example demonstrates Tauri's API capabilities using the plugins from this repository. It's used as the main validation app, serving as the testbed of our development process. In the future, this app will be used on Tauri's integration tests.

App screenshot

Running the example

  • Install dependencies and build packages (Run inside of the repository root)
$ pnpm install
$ pnpm build
  • Run the app in development mode (Run inside of this folder examples/api/)
$ pnpm tauri dev
  • Build an run the release app (Run inside of this folder examples/api/)
$ pnpm tauri build
$ ./src-tauri/target/release/app