๐Ÿ“ฆ tauri-apps / smoke-tests

A collection of frameworks used as a suite of smoke-tests for tauri

โ˜… 78 stars โ‘‚ 21 forks ๐Ÿ‘ 78 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/tauri-apps/smoke-tests.git
HTTPS git clone https://github.com/tauri-apps/smoke-tests.git
SSH git clone git@github.com:tauri-apps/smoke-tests.git
CLI gh repo clone tauri-apps/smoke-tests
renovate[bot] renovate[bot] chore(examples) Update dependency next to v16.1.4 (#1964) 1b14a23 1 hours ago ๐Ÿ“ History
๐Ÿ“‚ dev View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ node
๐Ÿ“ rust
๐Ÿ“ transpiled
๐Ÿ“„ .gitignore
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ renovate.json
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Examples

A collection of examples of Tauri apps using frontends written in Rust or JavaScript.

These examples are a great way to see how Tauri works with a variety of frameworks.

Uses the template project of each framework.

How to run

Ensure that you have read the README of the example to check that your first-time setup is done.

The examples assume that this git repository was cloned in the root of the tauri repo clone on your machine. The recommended way of running the examples is using mask:

$ cargo install mask
$ git clone https://github.com/tauri-apps/tauri
$ cd tauri
$ mask prepare
$ mask list smoke-tests # this will show all the examples names
$ mask run smoke-test some-example-name # run an example listed on the previous command

Error reporting

Please report all library errors at https://github.com/tauri-apps/tauri

License

Everything in this repo is MIT License unless otherwise specified.