manuelroemer / openmrs-esm-patient-grid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenMRS Patient Grid App

The microfrontend module providing the patient grid feature.

Getting Started

To run the microfrontend locally:

yarn  # to install dependencies
yarn start  # to run the dev server

Also possible to use a docker container to run yarn:

sh run.sh yarn  # to install dependencies
sh run.sh yarn start  # to run the dev server

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 94.0%Language:SCSS 3.9%Language:JavaScript 1.9%Language:Shell 0.1%