Skip to content

lukethacoder/tauri-react-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri React Example (2023)

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

tauri-react-dnd.gif

test-screenshot.jpg

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