Hello Friends In this video we will learn how to install Ionic mobile app Framework using Ionic CLI
Download Nodejs
https://nodejs.org/en/download/
Install the Ionic CLI with npm:
npm install -g @ionic/cli
Start an App
Create an Ionic app using one of the pre-made app templates, or a blank one to start fresh. The three most common starters are the blank starter, tabs starter, and sidemenu starter. Get started with the ionic start command:
ionic start myApp tabs
Run the App
The majority of Ionic app development can be spent right in the browser using the ionic serve command:
cd myApp
ionic serve
Open your browser and type localhost:4200 in the address bar and enjoy !!
----------------------------------------------------------------------------------------------------------------------------------------------------------
In case you are finding issue in above steps, download Ionic from my github link
https://github.com/Harsh2yu/ionic-ang...
After download, run below command
npm install
npm start
Open your browser and type localhost:4200 in the address bar and enjoy !!
Ionic Framework Documentation url
https://ionicframework.com/docs/intro...
⭐️Subscribe for more videos⭐️
/ @programmingwithharsh
#Programming_with_Harsh