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
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.
Once the API is up and running - you need to execute the front-end 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