faurehu / projrun_ios

This is the iOS client for the Project Run project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Run iOS Client Build Status

Technologies:
  • React Native - Bridge for porting JSX views into iOS
  • Redux - Framework for managing the state of the application
  • Jest - Test suite
Instructions:

Clone the repo and call:

npm install npm3 && npm3 install

Make sure the tests run by executing jest

npm test

Start the packager and simulator by opening ios/projrun_ios.xcodeproj/project.pbxproj on XCode and running the project.

If you get an error about not being able to evaluate navigator.userAgent.match open the debugger by pressing cmd + D

You can also debug by pressing ^ + cmd + z to open the Chrome Developer tools.

About

This is the iOS client for the Project Run project


Languages

Language:JavaScript 70.8%Language:Objective-C 29.2%