- GitHub Account
- Azure Account
- Visual Studio Code
- Powershell: winget install Microsoft.VisualStudioCode
- Download
- Azure Static Web App extension für VSCode
- Git
- Powershell: winget install Git.Git
- Download
git clone <Repository URL>
- In VSCode klick auf

- "Sign in to Azure..."
- Subscription Microsoft Azure Sponsorship öffnen
- Rechtsklick auf Static Web Apps und Create Static Web App... (Advanced) auswählen
| Setting | Value |
|---|---|
| Ressource Group | TechDay |
| Name | Appname-Kürzel (fictional-happines-tschl) |
| Pricing option | Free |
| Region | West Europe |
| Build preset | Angular |
| Location Application Code | / |
| Location Api | api |
| Location Build output | dist/angular-basic |
https://learn.microsoft.com/en-us/azure/static-web-apps/getting-started?tabs=angular
Preview Deployments Azure AD Auth einschalten
Azure Static Web Apps allows you to easily build Angular apps in minutes. Use this repo with the Angular quickstart to build and customize a new static site.
This project was generated with Angular CLI.
npm installnpm run swa:startNote: This command will use the local configuration file
swa-cli.config.json.
npm testnpm run e2enpm run lintnpm run buildnpm run swa:loginnpm run swa:deploy