Files
tauri-plugins-workspace/examples/api
Amr Bashir 7d9df7297a feat(http): refactor and improvements (#428)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-08-07 08:33:00 -03:00
..
2023-07-19 14:50:43 -03:00
2023-05-05 09:41:17 -03:00
2023-07-19 14:50:43 -03:00
2023-05-05 09:41:17 -03:00
2023-05-05 09:41:17 -03:00
2023-05-24 10:33:37 -03:00
2023-07-19 14:50:43 -03:00
2023-05-05 09:41:17 -03:00
2023-05-05 09:41:17 -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