Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

strongloop-archive/loopback-example-ishop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED AS OF 2016-09-19


iShop

iShop is a hybrid mobile application built with HTML5, AngularJS, and Cordova. It allows you to browse products from an ATG catalog using REST APIs by a LoopBack server that uses ATG connector to access the ATG server.

The iShop application is configured to work with a LoopBack server running on http://demo.strongloop.com:3008/explorer/.

Install Cordova

    npm install -g cordova
    npm install -g ios-sim

Run iOS emulator

    cordova build ios
    cordova emulate ios

Run Android emulator

Download Android SDK

Download Apache Ant

Set up the PATH variable

For example,

export PATH=$PATH:$HOME/Tools/apache-ant-1.9.3/bin:$HOME/Tools/adt-bundle-mac-x86_64-20140321/sdk/platform-tools:$HOME/Tools/adt-bundle-mac-x86_64-20140321/sdk/tools