A Tauri Typescript React Boilerplate that works out of the box.
- MacOS
- Windows 10
- Linux (Probably works but I haven't tested)
- WSL (almost...)
Follow the Tauri setup docs in your platform to get everything set up for Tauri development, then run
$ npm install$ npm run dev # or npm run dev:win if you're in the Windows shellThere's an example app that shows a little bit of how you can communicate between the front end (Typescript/JS) and back end (Rust)
$ npm run buildTauri will walk you through the rest.
- Typescript autocomplete with Tauri imports. This has to do with the
taurinpm package. It's probably coming soon... - Linting and code formatting for Typescript. I might add this later.
Feel free to create an issue or PR. Just understand I don't have a ton of time to contribute to this, so I may not be the fastest at responding.