Skip to content

Frontend Application setup

ianic1999 edited this page Jan 4, 2022 · 1 revision

Setup the application

Before building/running the application, some steps should be implemented:

  1. Install node.js
  2. Install typescript using the command npm install -g typescript
  3. Install Angular CLI using the command npm install -g @angular/cli

Build the application

ng build

Test the application

ng test

Run the application

ng serve

Application is running on http://localhost:4200. You can open the browser and access the page.