This is the UI component of Open Hospital: it contains a web user interface that consists of a React SPA (single page application).
This project depends on the API component that exposes business logic APIs implemented in the Core component.
This project is still in early stages. For a more mature user interface of Open Hospital, check out the GUI project.
This project is based on React. To learn React, check out the React documentation.
To install the project dependencies, issue:
- npm i
It has to be done before any of the following activities
You can run a development build of the application by issuing:
- npm start
To run unit tests, issue:
- npm test
For running the Cypress e2e tests, we need to use two different processes. One for serving the app (process #1) and one for running the Cypress Test Runner (process #2). You can launch it by issuing the following commands in two different intances of your terminal:
//process #1
- npm start
//process #2
- npm run cypress:open
Once the app is compiled and served, and the Cypress Test Runner is launched, click on Run all specs
You can find the contribution guidelines in the Open Hospital wiki.
A list of open issues is available on Jira.
You can reach out to the community of contributors by joining our Slack workspace or by subscribing to our mailing list.