#iOS examples showing how to connect mobile native iOS UI controls to LoopBack services
##Getting Started
-
Install and configure the StrongLoop Suite on your dev environment. more information on installing LoopBack can be found in the [ StrongLoop Products ](http://strongloop.com/products
-
Download or clone this repo to your local machine from github loopback-mobile-getting-started to a folder on iOS development machine
$ git clone https://github.com/strongloop-community/loopback-ios-examples
$ cd loopback-ios-examples
- Start the LoopBack Node Server
$slc run loopback-nodejs-server/app.js
- inject some demo data
./initialize-data.sh
- Open and Run ( CMD-R ) one of the sample projects
###Example apps