webtrendzs / openmrs-esm-patient-management

Microfrontends for the management of patients (registration, search, ...) for OpenMRS SPA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👋 New to our project? Be sure to review the OpenMRS 3 Frontend Developer Documentation. You may find the Map of the Project especially helpful. 🧑‍🏫

Node.js CI

OpenMRS Patient Management

This is a Lerna project containing patient management frontend modules which deal with creating, searching, and listing patients. This package handles the following:

Repository Development

Prerequisites

  • Node
  • yarn sh npm install yarn -g

Getting started

To install and setup the repository once cloned just use the following command

npx lerna bootstrap

To develop on a specific package e.g @openmrs/esm-patient-search-app

npx openmrs develop --sources 'packages/apps/esm-patient-search-app'

You can always use regex

npx openmrs develop --sources 'packages/esm-patient-{package1,package2}-app/'

Building

For building the code just run

npx lerna run build

Tests

To verify that all the test run

yarn test or npm test

Deployment

The main branch of this repo is deployed in a demo environment.

Configuration

This module is designed to be driven by configuration files.

Resources

About

Microfrontends for the management of patients (registration, search, ...) for OpenMRS SPA

License:Other


Languages

Language:TypeScript 90.5%Language:SCSS 8.0%Language:JavaScript 1.4%Language:Shell 0.1%