Thursday, September 14, 2017

How To Quick Start In Ionic Framework

Ionic is mobile application framework which is open source , cross platform and easy to code .it used for developing mobile applications. In ionic , you have to code for once and the magic of ionic will begin now with its result ..and result is that same code would run on android as well as io with native look and feel.


Ionic Versions

There are three major version has been released by ionic Team
  • Ionic 1 : ( which build on Angular 1)
  • Ionic 2 : ( which build on Angular 2)
  • Ionic 3 : ( which build on Angular 4)

How To Set-up Ionic 1 ??


You need to install nodejs first in your system . you can check whether node js has installed on your system or not by tying this below commend in your terminal
node -v
if node js is not install in your system ..then You need to install it first
after that you need to follow these below steps to setup ionic in your project
  • For window user : open cmd ,
    for Linix/mac/OsX users: open terminal by typing (ctrl+shift+T)
  • npm install -g ionic
  • npm install -g cordova
  • ionic start shashwatDemoProject tabs --type ionic1
  • cd shashwatDemoProject
  • ionic serve
    NOTE:- if you have any confusion ..you also can go through this video .it must help you you to setup ionic project in your system

    you also can visit my youtube channel to watch all videos of ionic and nodejs

    Click here

     



    see you on next Blog

    No comments:

    Post a Comment