See also:
Assumes:
- node/yarn installed and added to path ('node -v' to check node, 'yarn --version' to check yarn)
- Android/iOS development environment setup
To install/run:
- Navigate to ideas-board-mobile folder
cd ./ideas-board-mobile
- Install packages/depencies
yarn
- Start react native on platform of your choice
react-native run-android react-native run-ios