Skip to content
Discussion options

You must be logged in to vote

you could create a new create-tauri-app project (choosing react) and just copy over the .git (the commit history) and src-tauri (should contain all the tauri stuff) folders into that new project.
Would work the other way around as well of course by deleting all files except .git and src-tauri and copying over a react project into that.

The only thing you probably have to modify is devUrl and frontendDist in tauri.conf.json (if you went with the first approach you can check the new project's tauri.conf.json file for these values)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by unsecretised
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants