An OpenMRS seed application for building microfrontends
npm install @sasindi/ward-admissionsh
yarn # to install dependencies
yarn start # to run the dev server
`
Once it is running, a browser window should open running the O3 reference application. Log in and then navigate to /openmrs/spa/root.
Adapting the code
1. Replace all instances of "template" with your frontend module's name
2. Update index.ts with your feature name, page name, and route
3. Rename the root.* files to match your first page
4. Clear config-schema objects and rebuild as needed
5. Delete the greeter and patient-getter directories and clear root.component.tsx
6. Clear translations/en.json
7. Update .github/workflows` for your deployment needs