AndrewTHuang / archimgur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archimgur

Tools

Initial (One Time Only) Setup

Clone the repo and install dependencies

> git clone https://github.com/AndrewTHuang/archimgur.git
> cd archimgur
> npm install

Run the build process in Xcode

Open the project in Xcode (v7.0 or higher)

> open ios/archimgur.xcodeproj

Press `Command-R` to build the app

Upon successful build, Simulator will automatically launch the app (while running React packager on port 8081).

Subsequent Usage

After the initial build, there is no need for Xcode if you're just playing around with the app in Simulator. To do so, follow these steps:

> npm start (this will run React packager on port 8081)

Open Simulator (Command-Space bar + 'simulator')
Swipe to the second screen
Tap on the `archimgur` icon

About


Languages

Language:JavaScript 65.7%Language:Objective-C 22.7%Language:Python 7.1%Language:Java 4.5%