In this section will cover the list of software and download link which are required to build a mobile apps as well as hybrid apps development using ionic.
Part 1 : Downloading the Prerequisites
1.Node.js :
https://nodejs.org/en/download/
To check the installation execute the command node -v
2.VS Code :
https://code.visualstudio.com/download
3. Android Studio :
https://developer.android.com/studio
4.Xcode :You need a Mac to build apps for iOS.
https://developer.apple.com/xcode/
Part 2 : Installing Ionic and Cordova CLIs
1. To install Ionic CLI globally execute the below command in terminal / cmd prompt
npm install ionic -g
To check the installation execute the command ionic -v
2. To install the latest version of Cordova CLI , Globally execute the below command in terminal / cmd prompt
npm install cordova -g
To check the installation execute the command cordova -v
Note : For mac install with sudo privilege
I am interested in hearing your feedback about this article , So that I can improve my lab series for you.connect with us on facebook, YouTube
Part 1 : Downloading the Prerequisites
1.Node.js :
https://nodejs.org/en/download/
To check the installation execute the command node -v
2.VS Code :
https://code.visualstudio.com/download
3. Android Studio :
https://developer.android.com/studio
4.Xcode :You need a Mac to build apps for iOS.
https://developer.apple.com/xcode/
Part 2 : Installing Ionic and Cordova CLIs
1. To install Ionic CLI globally execute the below command in terminal / cmd prompt
npm install ionic -g
To check the installation execute the command ionic -v
2. To install the latest version of Cordova CLI , Globally execute the below command in terminal / cmd prompt
npm install cordova -g
To check the installation execute the command cordova -v
Note : For mac install with sudo privilege
I am interested in hearing your feedback about this article , So that I can improve my lab series for you.connect with us on facebook, YouTube