The instructions for performing this activity are available in this document.
To run the app, make sure you have XCode and/or Android Studio installed and configured and execute one of the following:
npm run ios
npm run android
To check types, execute:
npm run ts:check
To run the tests, execute:
npm run test
...or with watch:
npm run test:watch