From 49b441cecafb3585049374f5fd1691b984861c7d Mon Sep 17 00:00:00 2001 From: Ramon Gebben Date: Sun, 10 Jan 2016 10:13:07 +0100 Subject: [PATCH] added setup steps to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9e5f073..926649e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ # Get me high mobile +## Setup + +```bash +[sudo] npm i react-native -g +npm i +``` + ## Running To run your app on iOS: Open /ios/getMeHighMobile.xcodeproj in Xcode Hit the Run button To run your app on Android: Have an Android emulator running (quickest way to get started), or a device connected + ```bash cd /getMeHighMobile react-native run-android + ```