This is used as the Patient-Standalone Starter Template. It's a lighter version of the Plasma Portal.
Rename config/config.example.ts to config/config.ts
config/config.example.ts
config/config.ts
Mac: HTTPS=true npm start
HTTPS=true npm start
Windows: ($env:HTTPS = "true") -and (npm start)
($env:HTTPS = "true") -and (npm start)
Last updated 3 years ago