Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
This application depends on the web project located in ../web. To build the web project you will need to run yarn install and yarn build from the ../web directory.
cd ../web
yarn install
yarn buildInstall the Portals CLI according to the documentation. This is used for syncing web app to the mobile app.
yarn startyarn androidyarn ios