Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 903 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 903 Bytes

fof-angular-core

Part of the Demo project for a Full-Stack TypeScript App published on Azure

  • Angular PWA with Azure blob storage (this repo)
  • NestJs serverless with Azure function

This repo is a how to project to build and publish the Angular app.

This project was generated with Angular CLI version 11.2.3.

wiki

Run the app

# At the root
# Dev with watch mode 
$ npm start

# Code scaffolding. You can use `ng generate directive|pipe|service|class|guard|interface|enum|
$ ng generate component component-name

# build
$ ng build

# Running unit tests
$ ng test

# Running end-to-end tests
$ ng e2e

# Further help
$ ng help