https://github.com/matthijskamstra/my-first-static-web-app
https://github.com/matthijskamstra/my-first-static-web-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthijskamstra/my-first-static-web-app
- Owner: MatthijsKamstra
- Created: 2024-03-13T21:23:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T21:26:17.000Z (about 1 year ago)
- Last Synced: 2025-01-22T02:48:56.259Z (3 months ago)
- Language: TypeScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular basic
[Azure Static Web Apps](https://docs.microsoft.com/azure/static-web-apps/overview) allows you to easily build [Angular](https://angular.io/) apps in minutes. Use this repo with the [Angular quickstart](https://docs.microsoft.com/azure/static-web-apps/getting-started?tabs=angular) to build and customize a new static site.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli).
## Project setup
```bash
npm install
```### Start the dev server
```bash
npm run swa:start
```> Note: This command will use the local configuration file `swa-cli.config.json`.
### Run unit tests
```bash
npm test
```### Run e2e tests
```bash
npm run e2e
```### Lints and fixes files
```bash
npm run lint
```### Compiles and minifies for production
```bash
npm run build
```### Login to Azure
```bash
npm run swa:login
```### Deploy to Azure
```bash
npm run swa:deploy
```