Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 556 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 556 Bytes

OpenMRS 3.x DATA ENTRY STATISTICS ESM

A frontend module for viewing data entry statistics built on OpenMRS 3.x

Getting Started

# Clone the repository
git clone git@github.com:METS-Programme/esm-data-entry-statistics-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 4200

Once it is running, a browser window should open with the OpenMRS 3 application. Log in and then navigate to /openmrs/spa/home/statistics.

Running tests

yarn run test