plasma-fhir
  • What is Plasma FHIR?
  • Docs
    • Guides
      • Getting Started
      • Create an Epic Patient App
      • Create an Epic Clinician App
      • Create an Epic Backend App
      • Testing with SMART Health IT Sandbox
      • Developing/Contributing to Plasma FHIR
  • Packages
    • create-plasma-app
    • plasma-fhir-app-utils
      • PlasmaFHIRApi
      • Resources
      • PlasmaFHIRUtils
      • Conversions
      • DateTimeUtils
    • plasma-fhir-backend-utils
    • plasma-fhir-react-client-context
    • plasma-fhir-react-components
  • Sample Apps
    • Plasma Portal
    • Plasma Portal Lite
    • Family History Editor
    • Playground
Powered by GitBook
On this page
  • Setup
  • Run Locally
  1. Sample Apps

Plasma Portal Lite

PreviousPlasma PortalNextFamily History Editor

Last updated 2 years ago

This is used as the Patient-Standalone Starter Template. It's a lighter version of the .

Setup

  • Rename config/config.example.ts to config/config.ts

Run Locally

  • Mac: HTTPS=true npm start

  • Windows: ($env:HTTPS = "true") -and (npm start)

Plasma Portal