- 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 install
npm run swa:start
Note: This command will use the local configuration file
swa-cli.config.json
.
npm test
npm run e2e
npm run lint
npm run build
npm run swa:login
npm run swa:deploy