> For the complete documentation index, see [llms.txt](https://mobiledocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mobiledocs.themeparrot.com/j2store-mobile-app/outfit/install-the-ionic-cli.md).

# Install the Ionic CLI

### Install the Ionic CLI with npm

```
$ npm install -g @ionic/cli
```

#### Test Drive

* Download the source code.&#x20;
* Next, open the project file&#x20;
* In the terminal run the command&#x20;

```
$ npm i
```

* &#x20;After the successful installation run the following command&#x20;

```
$ ionic serve
```

* Your Ionic app is now running in a web browser. Most of your app can be built and tested right in the browser, greatly increasing development and testing speed.
