This project was generated with Angular CLI version 17.3.7.
Folder | Description |
---|---|
src-tauri | Tauri main process folder (Rust) |
src | Tauri renderer process folder (Web / Angular) |
Command | Description |
---|---|
npm run web:serve |
Execute the app in the web browser (DEV mode) |
npm run web:prod |
Build the app that can be used directly in the web browser. Your built files are in the /dist folder. |
npm run tauri:bundle |
Builds your application and creates an app consumable based on your operating system |