Author: CodeDee
-
Install latest Ionic2
npm install ionic@beta
-
Clone this repository
git clone https://github.com/codyteng/ionic2-sample.git
-
Change directory to ionic2-sample
cd ionic2-sample
-
Install dependencies
npm install
-
Start the app in browser.
ionic serve
-
To build your code into Native project, install Cordova
npm install -g cordova
-
Add platform to your code, iOS & Android.
ionic platform add ios ionic platform add android
-
To run added platform on emulator / physical device. You should have emulator / physical device attached to your system.
ionic run android ionic run ios
You should be able to expand your awesome-app development from here.