How To Quick Start In Ionic Framework
Posted By : Shashwat Gupta | 11-Sep-2017
What is Ionic
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
- for window :
https://nodejs.org/en/download/ - for mac/linux/osx : sudo apt-get install nodejs
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 ionicnpm install -g cordovaionic start shashwatDemoProject tabs --type ionic1cd shashwatDemoProjectionic 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
Cookies are important to the proper functioning of a site. To improve your experience, we use cookies to remember log-in details and provide secure log-in, collect statistics to optimize site functionality, and deliver content tailored to your interests. Click Agree and Proceed to accept cookies and go directly to the site or click on View Cookie Settings to see detailed descriptions of the types of cookies and choose whether to accept certain cookies while on the site.
About Author
Shashwat Gupta
Shashwat is a bright Mean Stack Developer . He has good experience in development of complex UI's of web application and hybrid mobile applications.