1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27# [Mint](https://github.com/mint-lang/mint) + [Tauri](https://github.com/tauri-apps/tauri) Starter ## Requirements - [Tauri Requirements](https://github.com/tauri-apps/tauri/wiki/01.-Introduction#setting-up-your-environment) - [Mint](https://www.mint-lang.com/install) ## Running ### Setup ``` npm install ``` ### Development ```bash npm run dev ``` ### Building ```bash npm run build ```