Skip to content

Instantly share code, notes, and snippets.

@zjfong
Last active October 24, 2016 16:32
Show Gist options
  • Save zjfong/83cc75e478f93d197039aa565d2e33da to your computer and use it in GitHub Desktop.
Save zjfong/83cc75e478f93d197039aa565d2e33da to your computer and use it in GitHub Desktop.
Lightning Talk

#Ionic Software development kit for mobile apps

##Cordova

  • Cordova is a mobile app development framework that doesn't rely on platform specific APIs
  • Slower than native applications

##Setup download xcode from the app store

xcode-select --install  
brew install node  
npm install -g cordova ionic gulp  
npm install -g ios-sim  
npm install -g ios-deploy  

##Getting Started

ionic start myApp blank  
ionic start myApp tabs  
ionic start myApp sideMenu 

cd myApp  
ionic platform add ios  
ionic build ios  
ionic emulate ios  
ionic serve

##Resources http://ionicframework.com/docs/v2/components/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment