tauri-react-example

🦀 Small Tauri React Example feat. Vite

Stars
117
Committers
5

Tauri React Example (2023)

recently updated with the latest versions of tauri (feat. drag n drop functionality)

Simple React(vite) starter running with Tauri.

Should hopefully save some time trying to setup Tauri and React.

Includes react-beautiful-dnd with the "fileDropEnabled": false options set in tauri.config.json. This can be removed if you don't require it.

Currently config'd to run on the Cloudbridge pattern.

Development

yarn tauri dev

Production Build

yarn tauri build

Debugging on Windows

Install Microsoft Edge Devtools. Make sure you have Edge Legacy installed.

more info here