Skip to content

WarriorBeat/WarriorBeatApp

Repository files navigation

WarriorBeatApp

IOS/Android application for Warrior Beat
Built with React Native

Tech Stack

Installation and Build

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