Last updated 2 years ago
This is used as the Patient-Standalone Starter Template. It's a lighter version of the .
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)