Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nawodyaishan/med-home
Med At Home is a Realtime Patient Management System for Medical Instituions during pandemic.
https://github.com/nawodyaishan/med-home
android expressjs java nodejs react-native yarn
Last synced: 16 days ago
JSON representation
Med At Home is a Realtime Patient Management System for Medical Instituions during pandemic.
- Host: GitHub
- URL: https://github.com/nawodyaishan/med-home
- Owner: nawodyaishan
- Created: 2021-04-20T06:14:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T19:43:25.000Z (over 2 years ago)
- Last Synced: 2024-11-21T03:45:07.880Z (3 months ago)
- Topics: android, expressjs, java, nodejs, react-native, yarn
- Language: HTML
- Homepage: https://medathome.github.io/
- Size: 48.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- *Use Yarn Package Manager Commands for React Native Project Files*
- _Go to React Native Project Folder and Type Following Respectively to run the project_
yarn add expo
yarn add (imported react-native modules)
- Install Using Yarn
npm install -g yarn
yarn global add react-native-cli
react-native init sample- Install Using NPM
npm install -g react-native-cli
react-native init ProjectName
cd ProjectName
npm install @react-navigation/native --save