https://github.com/fiveisprime/swa-ng
https://github.com/fiveisprime/swa-ng
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiveisprime/swa-ng
- Owner: fiveisprime
- Created: 2023-06-02T16:31:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T16:31:28.000Z (about 3 years ago)
- Last Synced: 2025-02-04T13:44:11.308Z (over 1 year ago)
- Language: TypeScript
- Size: 73.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
```