Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 801 Bytes

File metadata and controls

17 lines (14 loc) · 801 Bytes

Frontend

Usage

Prerequisites

Setup

  1. Get the repository and navitage to the root folder
  2. Run npm install
  3. (Optional) If you want to use our remote development backend instead a self-hosted local one, change the hostURL in ./scr/environments/environments.ts to this: hostUrls: ['http://steen.informatik.rwth-aachen.de:9082']
  4. npm run start

Noracle is now reachable at http://localhost:4200