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