Tuesday, May 10, 2016

Hybrid Mobile Apps Development


Installing prerequisites for Windows


We need to have Node.js and Git installed in order to install both Ionic and Cordova.

Installing Node.js             -   NodeJS Installer

Installing Git                     -   Git Installer

Installing Ionic

  1. npm install ionic cordova -g   : run this code in nodejs or git CLI.
Start working on Ionic Apps Development:
Basic knowledge require : AngularJS, HTML5, CSS3 , Javascript, JQuery and Logic.

Ionic CLI


  1. ionic start appname {{template}}     " blank,tab,sidemenu etc instead of {{template}}"
  2. after successfully execution of this command run -- $ cd appname
  3.  setup this project to use SASS : ionic setup sass
  4. Develop in the browser with live changes :  ionic serve
  5. Add a platform (android, IOS and browser ) :                                   ionic platform add ios/android/browser
  6. Build your App : ionic build
  7. Simulate your app in respected environment : ionic emulate
  8. Run your first app in a device : ionic run
  9. Package an app using ionic packeg service : ionic package
  10.  if you have any problem then mail me @ dharambir.singh7@gmail.com or comment here:
*image not belongs to dharamart.blogspot.com

No comments:

Post a Comment

Dharamart.blogspot.in