Skip to content

RedkoTeam/coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortune Coffee App

Description:

Software Dependencies

How to Start App

iOS

In the root directory

Install dependencies: npm install In the ios directory

Install Pods: gem install cocoapods Install Pods: pod install Install xcpretty: gem install xcpretty Launch: open Sample.xcworkspace

Android

You might need to do this to run it in Android Studio or on real device: adb reverse tcp:8081 tcp:8081 And for the sample server: adb reverse tcp:3000 tcp:3000 To run from command line try: react-native run-android

Server

There is a server that the app hits for data. The data is only stored in memory, but it should produce a more realistic environment.

In the server directory

Install nvm and node-4.2.3 Install dependencies: npm install Run it: npm start

Notes - Things to add/debug

Unfinished - MISSING FUNCTIONS