Skip to content

The core modules of the OpenMRS Frontend system

License

Notifications You must be signed in to change notification settings

samuelmale/openmrs-esm-core

 
 

Repository files navigation

OpenMRS Frontend Core

This is a Lerna project containing the core packages for the OpenMRS Frontend. These packages handle the "cross-cutting concerns" described in the Domain Decomposition document.

Getting Started

To install and setup the repository just use the following command:

npx lerna bootstrap

For working with the app shell you don't need to have the repository cloned. You can also just use the run-openmrs directly.

npx run-openmrs

This is a command line utility for running (or building) the app shell in isolation. In particular, it deals with everything that touches the development, distribution, and deployment of an app shell.

Possibilities

The new architecture offers a couple of interesting possibilities. We go into them one by one.

Proxying OpenMRS Backends

We can now proxy any backend. For instance, using the backend of the demo instance we just run:

npx run-openmrs debug --backend https://demo.openmrs.org/

There are a couple of interesting public instances:

https://qa-refapp.openmrs.org/
https://demo.openmrs.org/
https://openmrs-spa.org/

About

The core modules of the OpenMRS Frontend system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 45.0%
  • HTML 23.4%
  • JavaScript 16.0%
  • CSS 15.3%
  • Shell 0.3%