1.0.0 • Published 5 years ago

joeldenning-root-config v1.0.0

Weekly downloads
4
License
-
Repository
github
Last release
5 years ago

openmrs-esm-root-config

Build Status

@openmrs/root-config

A javascript module for setting up and configuring your SPA. See openmrs-rfc-frontend for what this project is and how it works.

Local development

npm install
npm start <port-number> # e.g., npm start 8080

Then go to a deployed environment (such as https://openmrs-spa.org/openmrs/spa) and run the following in the browser console:

importMapOverrides.addOverride(
  "@openmrs/root-config",
  "http://localhost:<port-number>/root-config-dist.js"
);