IOS/Android application for Warrior Beat
Built with React Native
First, clone the repo:
$ clone https://github.com/WarriorBeat/WarriorBeatApp.git
$ cd WarriorBeatApp
Install Dependencies:
$ yarn install
If you do not have awsmobile installed, do so by executing the following:
$ yarn global add awsmobile
Connect to Amazon Web Services Backend:
$ awsmobile init < PROJECT ID >
Then sync backend
$ awsmobile pull
Build with React Native:
$ react-native run-ios
or
$ yarn run android
After building, launch Metro Bundler:
$ react-native start
or
$ yarn start