@mbehenri/openmrs-esm-opencare-app
v1.2.8
Published
The OpenMRS Opencare application (micro front-end)
Downloads
44
Readme
openmrs-esm-opencare-app
This repository provides a starting point for creating a OpenMRS Microfrontend.
For more information, please see the OpenMRS Frontend Developer Documentation.
In particular, the Setup section can help you get started developing microfrontends in general. The Creating a microfrontend section provides information about how to use this repository to create your own microfrontend.
Running this code
# to install dependencies
yarn
# to run the dev server
# yarn start --backend=<backend url> --port=<port>
yarn start --backend=http://localhost/
Once it is running, a browser window
should open with the OpenMRS 3 application. Log in and then navigate to /openmrs/spa/opencare
.