@kapsiki/esm-footer-app
v1.0.0
Published
Footer microfrontend of Kapsiki Healhtcare
Downloads
3
Readme
@kapsiki/esm-footer-app
A frontend module for displaying the footer of OpenMRS 3.x apps
Getting Started
# Clone the repository
git clone https://github.com/kapsiki/kapsiki-esm-footer-app.git
# to install dependencies
yarn
# to run the dev server
yarn start
# OR to start on a specified port eg 5000
yarn start --port 5000
Once it is running, a browser window
should open with the OpenMRS 3 application. Log in and then navigate to
/openmrs/spa/home
.
Running tests
yarn run test