Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 346 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 346 Bytes

Angular + Tauri Template

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