#(Please Follow the following Setup and run Ionic2 App)
1.npm install -g ionic cordova
2.ionic info (It will check you current CLI version)
Your system information:
Cordova CLI: You have been opted out of telemetry. To change this, run: cordova telemetry on.
6.3.1
Gulp version: CLI version 1.2.2
Gulp local:
Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.4
Ionic App Lib Version: 2.1.2
Ionic App Scripts Version: 0.0.36
ios-deploy version: 1.8.6
ios-sim version: 5.0.8
OS: Mac OS X Sierra
Node Version: v4.5.0
Xcode version: Xcode 8.0 Build version 8A218a
1.ionic start projectName --v2 {This command will get demo project and install all the dependencies }
2.cd projectName
3.ionic serve {it will run your project in browser}
1.ionic platform add ios/android {You need to add platform for which you want to make build}
2.ionic build ios/android { it will build your apps for required platform}
3.ionic run android/ios {it will open your apps in simulator but first you need to install
Xcode and Android simulator you can also use Genymotion simulator for android it will be fast compare to Default android simulator}
4.ionic run ios --target='iPhone-6,10.0' { if your xcode install it will open your iphone 6 simulator }
5.ionic run ios --device {if your device connected to machine it will open app in device as well }
To Create a splash and icon you need to Follow same Command as ionic 1
ionic resources ios --splash
ionic resources android --splash
ionic resources ios --icon
ionic resources android --icon