0.0.1 • Published 2 years ago

ecqm-visualizers v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

ecqm-visualizers

A library of React components for visualizing the results of FHIR electronic clinical quality measures

Commands

TSDX scaffolds your new library inside /src, and also sets up a Parcel-based playground for it inside /example.

The recommended workflow is to run TSDX in one terminal:

npm start

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

Then run the example inside another:

cd example
npm i
npm start

The default example imports and live reloads whatever is in /dist, so if you are seeing an out of date component, make sure TSDX is running in watch mode like we recommend above. No symlinking required, we use Parcel's aliasing.

To do a one-off build, use npm run build.

To run tests, use npm test.