https://github.com/fullstack-hy2020/patientor
https://github.com/fullstack-hy2020/patientor
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullstack-hy2020/patientor
- Owner: fullstack-hy2020
- Created: 2022-02-25T17:39:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T13:21:19.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T05:08:28.351Z (about 1 year ago)
- Language: TypeScript
- Size: 1010 KB
- Stars: 12
- Watchers: 2
- Forks: 759
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Patientor frontend
### Getting started
- To get the app running just install its dependencies with ```npm install``` and run it with ```npm run dev```.
- The app should work without a backend, but make sure that the request made to ```/api/ping``` made on startup is successful before continuing.