You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,53 @@
3
3
[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.
4
4
5
5
This project was generated with [Angular CLI](https://github.com/angular/angular-cli).
6
+
7
+
## Project setup
8
+
9
+
```bash
10
+
npm install
11
+
```
12
+
13
+
### Start the dev server
14
+
15
+
```bash
16
+
npm run swa:start
17
+
```
18
+
19
+
> Note: This command will use the local configuration file `swa-cli.config.json`.
0 commit comments