Angular + Tauri Template

September 26, 2023 ยท View on GitHub

Versions

  • Angular: 16.0.0
  • Tauri: 1.4.0

Folder Structure

  • web/ Angular project generated by ng n --directory web
  • tauri/ Tauri project generated by tauri init

Commands

  • npm run start: tauri dev, which automatically ng serve first and then start building tauri
  • npm run build: tauri build