# <center>Get Started with Ionic</center>
---
## Installation
Before proceeding, make sure the latest version of Node.js and npm are installed. Install the Ionic CLI globally with npm:
`npm install -g ionic`
To start command
`ionic start myApp tabs`
And then run the app
```
cd myApp
ionic serve
```
Open `localhost:8100` in browser

Ionic can run in android and ios too. But i will not cover about it.
[Click this if tou want to know](https://ionicframework.com/docs/building/running)