This template should help get you started developing with Tauri in vanilla HTML, CSS and Typescript.
Install Rust
Install Node
Run
npm install
npm run tauri android init
npm run dev
For desktop development, run
npm run tauri:dev
For Android development, run
npm run tauri:android-dev