Skip to content

staticwebdev/angular-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ebb79f9 · Aug 10, 2022

History

35 Commits
Aug 10, 2022
Jul 31, 2021
Mar 2, 2021
Mar 8, 2022
Jul 6, 2022
Mar 2, 2021
May 11, 2020
Jul 6, 2022
May 11, 2020
Mar 8, 2022
Mar 8, 2022
May 11, 2020
Jul 6, 2022
Jul 6, 2022
Aug 10, 2022
Jun 21, 2021
Mar 8, 2022
May 11, 2020
Mar 2, 2021
May 11, 2020
Mar 2, 2021

Repository files navigation

Angular basic

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.

Project setup

npm install

Start the dev server

npm run swa:start

Note: This command will use the local configuration file swa-cli.config.json.

Run unit tests

npm test

Run e2e tests

npm run e2e

Lints and fixes files

npm run lint

Compiles and minifies for production

npm run build

Login to Azure

npm run swa:login

Deploy to Azure

npm run swa:deploy