HSEIreland / covid-tracker-app
- четверг, 9 июля 2020 г. в 00:22:02
TypeScript
COVID Tracker App Repository
Following these instructions will allow you to run and build the project on your local machine for development and testing purposes.
Follow the official guide "Setting up the development environment" to set up your local machine to develop iOS and Android applications with React Native.
Install an xCode version that supports iOS 13.5, required by the ExposureNotification framework used by the app.
Install yarn globally:
npm install -g yarnFor other installation methods, follow the official Installation guide.
Clone this repository.
Install the npm dependencies:
yarn installCreate your .env file or copy it from the .env.sample:
cp .env.sample .envMove to ios/ folder and install the CocoaPods dependencies:
cd ios && pod installStart the React Native bundler:
yarn startTo start the Android application, run:
yarn androidTo start the iOS one, run:
yarn ios