Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
novaisea committed Apr 2, 2021
1 parent 1a12a59 commit ea8554a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Final Project Research

## About

This is the React Native application that makes part of a research between native and React Native development, to understand the advantages and disavantages and performance of each. There are 3 repositores with a similar app (Swift, Kotlin and React Native).

Kotlin Repo -> https://github.coventry.ac.uk/novaisea/KotlinApp-6001CEM.git

Swift Repo -> https://github.coventry.ac.uk/novaisea/SwiftApp-6001CEM.git

## Try the APP

### Needed:
- Visual Studio Code, or other similar IDE
- Android Studio (to run the Android Simulator)
- XCode, only available on MacOS (to run the iOS Simulator)

### How to do it
- Clone the repo in your machine
- Open it with the prefered IDE
- Run yarn install (to install all necessary packages)
- Run yarn start to open Expo (window in the web that allows to run program on simulators and physical devices)
- Press Run Android or Run iOS depending on the device you want to run it in

0 comments on commit ea8554a

Please sign in to comment.