Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 310 Bytes

setup.md

File metadata and controls

13 lines (12 loc) · 310 Bytes

Angular Setup

Prerequirements

  • nodejs
  • yarn (npm i -g yarn)
  • ng cli (yarn global add @angular/cli)
  • Backend runs in the background and is accessable

Setup

Navigate to the frontend root (you can find a angular.json file in it) and execute the following commands:

yarn install;
ng serve -o