filmov
tv
Ionic Installation
![preview_player](https://i.ytimg.com/vi/nbS7ShR4ZqY/maxresdefault.jpg)
Показать описание
Hello Friends In this video we will learn how to install Ionic mobile app Framework using Ionic CLI
Download Nodejs
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
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
⭐️Subscribe for more videos⭐️
#Programming_with_Harsh
Download Nodejs
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
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
⭐️Subscribe for more videos⭐️
#Programming_with_Harsh