Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clinical-meteor/material-fhir-demo

Demo for using material-fhir-ui
https://github.com/clinical-meteor/material-fhir-demo

Last synced: about 2 months ago
JSON representation

Demo for using material-fhir-ui

Awesome Lists containing this project

README

        

## Material FHIR UI Demo

This is a minimalist sandbox for building FHIR components with Material UI.

#### Development

```sh
# unintuitively, material-fhir-ui should *not* be in package.json
meteor npm uninstall material-fhir-ui

meteor npm install

# this will suffice instead of the package.json entry
# you will also need to relink each type you update the package
meteor npm link imports/linked/material-fhir-ui
ls -la node_modules

meteor --port 4000
```