Skip to content

Distributed-Noracle/Distributed-Noracle-Frontend

Repository files navigation

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