Client mobile app for COVID-19 hospital emergency status monitoring
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.
The dependencies of the app should be installed through Expo CLI.
expo-cli install expo-cli