Gaurav Yadavtechispapa.hashnode.dev·Jun 4, 2023Setup React, Vite and Tauri on WindowsIntroduction Learn how to setup React, Vite and Tauri Setup One of the easiest ways to set up React with Tauri is to use CLI `create-tauri-app`. It will take you through steps and it's awesome. npm create tauri-app@latest OR yarn create tauri-app T...26 readsMake cross platform desktop app using React, Vite and Tauri 2023Tauri