Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 863 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 863 Bytes

COVID-19 Hospital Monitoring

Client mobile app for COVID-19 hospital emergency status monitoring

Run locally

Install Expo CLI

npm install -g expo-cli

Install package dependencies

yarn

If you haven't previously installed yarn, you can install it following these instructions

Run the app locally

yarn start

This will open the Expo client where you can choose which version you want to run: web, Android or iOS.

Expo CLI screenshot

How to install a new app dependency

The dependencies of the app should be installed through Expo CLI.

expo-cli install expo-cli