Skip to content

Angular with API calls template. Full Azure Pipeline with unit testing, e2e testing, code coverage and linting included.

Notifications You must be signed in to change notification settings

mariusconjeaud/angular-with-api-calls

Repository files navigation

Requirements

You need to have installed :

  • Node.js version 12 LTS from here.
  • Angular CLI. To install it, execute the following command :
npm install -g @angular/cli

Foreword

In order to work, this application queries an API. This API is built in the form of Azure Functions with a Node.js runtime.

To find how to deploy the API locally, head over to my nodejs-az-functions-api Github repo.

Build the app

Once the API is up and running - you need to execute the front-end app.

Run the app

To run the app, execute the following command - this will open a new tab on your default browser with url localhost:4200

ng serve -o

About

Angular with API calls template. Full Azure Pipeline with unit testing, e2e testing, code coverage and linting included.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published