https://github.com/openmrs/openmrs-module-spa
The OpenMRS Java module that allows Tomcat to serve a Single-SPA
https://github.com/openmrs/openmrs-module-spa
Last synced: 6 months ago
JSON representation
The OpenMRS Java module that allows Tomcat to serve a Single-SPA
- Host: GitHub
- URL: https://github.com/openmrs/openmrs-module-spa
- Owner: openmrs
- Created: 2019-05-09T21:15:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-26T12:03:32.000Z (8 months ago)
- Last Synced: 2025-07-15T07:36:47.962Z (6 months ago)
- Language: Java
- Homepage:
- Size: 2.37 MB
- Stars: 11
- Watchers: 53
- Forks: 48
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenMRS Module SPA

This module provides backend functionality to serve frontend assets from the O3 single-page application.
## Prerequisites
- Maven
- Java >= 8
## Build
To build this module, first clone the repository. Then navigate into `openmrs-module-spa` and run the build command:
```sh
cd openmrs-module-spa && mvn clean install
```
## Configuration
By default, this module will serve files from the `frontend` sub-directory of the OpenMRS Application Directory. If you
need to serve files stored in a different location, you set the setting `spa.local.directory` to either an absolute path
or a path relative to the OpenMRS Application Directory.