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
  • Usage
  • Development
  1. Packages

create-plasma-app

CLI for generating a PlasmaFHIR app. This is the recommended way to create a new PlasmaFHIR application.

Usage

  • npx create-plasma-app my-app

  • Follow through the instructions. You will be asked some questions about your app.

Development

Run Code

  • yarn start to run/test it

Run Code (as executable) / Test Locally

  • npm i -g

  • npx create-plasma-app

Publish/Deploy

  • Login as plasmafhir

  • Increment version

  • npm publish

PreviousDeveloping/Contributing to Plasma FHIRNextplasma-fhir-app-utils

Last updated 2 years ago