This repository contains the station ui application of the Personal Health Train.
Table of Contents
git clone https://github.com/PHT-Medic/email-service
cd email-service
npm install
The following settings need to be added to the environment file .env
in the root directory.
NODE_ENV=development
API_URL=<url>
WEB_URL=<url>
VAULT_CONNECTION_STRING=<password>@<url>/v1/
# build application for production 🛠
npm run build
# run application ⚔
npm run start
# serve application on the fly 🔥
npm run dev