Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clinical-meteor/material-fhir-demo
- Owner: clinical-meteor
- Created: 2019-06-08T02:53:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:44:16.000Z (about 2 years ago)
- Last Synced: 2024-10-29T21:06:27.130Z (3 months ago)
- Language: JavaScript
- Size: 462 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
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-uimeteor 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_modulesmeteor --port 4000
```