This repository contains the station ui application of the Personal Health Train. It communicates with some APIs of the PHT and need therefore to be configured properly, like described in the following sections.
The following settings need to be added to the environment file .env
in the root directory.
STATION_API_URL=https://localhost:8080
AUTH_API_URL=https://localhost:3010
API_URL=https://localhost:3002
# build application for production 🛠
npm run build
# run application ⚔
npm run start
# serve application on the fly 🔥
npm run dev