Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 561 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 561 Bytes

Angular Blog

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