Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sajeetharan/my-hundred-static-web-app
https://github.com/sajeetharan/my-hundred-static-web-app
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sajeetharan/my-hundred-static-web-app
- Owner: sajeetharan
- Created: 2023-03-06T11:45:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-06T12:00:21.000Z (over 1 year ago)
- Last Synced: 2023-10-31T12:40:33.293Z (about 1 year ago)
- Language: TypeScript
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- 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
```