/openmrs-esm-ethiohri

A custom microfrontend for Ethiopia's integration into OHRI

Primary LanguageTypeScriptOtherNOASSERTION

ETHIOHRI ESM

A custom microfrontend for Ethiopia's integration into OHRI built on top of OpenMRS 3.x

Pre-requisites

Getting Started

# With SSH
git clone git@github.com:CDC-HIS/openmrs-esm-ethiohri.git

# Without SSH
git clone https://github.com/CDC-HIS/openmrs-esm-ethiohri.git

# Change directory
cd openmrs-esm-ethiohri
# Install dependencies
yarn

# Run development server on port 8080
yarn start

# OR to run on a different port for example 8090
yarn start --port 8090