Skip to content

EOSBlox/ios-starter-kit

Repository files navigation

iOS Starter Kit

This template is a starting point for building EOS Blox apps for IOS.

Setup

Prerequisites

Yes, you need a Mac. It's the basic requirement for iOS development. To develop an iPhone (or iPad) app, you need to first get a Mac with Intel-based processor running on Mac OS X version 10.8 (or up).

Install Polymer CLI using npm (we assume you have pre-installed node.js).

npm install -g polymer-cli@next

Install Cordova CLI

sudo npm install -g cordova

Check you have all prerequisiites for IOS

cordova requirements

Build

npm run build

Serve in Browser

npm run serve

Serve in iOS Emulator

npm run emulate

Detailed instructions for deploying to a device and signing an app