A monorepo for all the different clinic dashboard widgets.
- HIV-related dashboard items
- Lists (...)
- Visualizations (...)
- Reports (...)
- Oncology related items
- Lists (...)
- Diabetes related items
- Lists (...)
If you want to debug a certain microfrontend (e.g., @ampath/esm-clinic-dashboard-oncology-lists):
name=oncology-lists yarn debugFor changing the port please use port (e.g., 8085):
port=8085 yarn debugOf course, you can combine these:
port=8085 name=oncology-lists yarn debugBy default, port 8080 and @ampath/esm-clinic-dashboard-hiv-lists is taken.