Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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