> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/ionicsocialapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionicfirebaseapp.com/ionicsocialapp/insttalation-guide.md).

# How to Run

#### **Run in Web browser**

Open your terminal and navigate to the project folder ( API version directory or Firebase version directory ) and install NodeJS dependencies:

```
** $ npm install **
```

Once node dependencies are installed successfully you can run the app in browser window with:

```
** $ ionic serve**
```

If you get any any error while running this delete the nodule modules and try still if the  errors exists  try executing this is another port for ex: <https://localhost4600> by running the command called ionic  serve --port 4600

You can also run this app with Ionic Lab, It will open apps in multiple device at a time and it's good way to Test your own apps.

```
**$ionic serve --lab**

```

![](https://974288796-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LC7M2zNSR1ZNxqZI2m1%2F-LCE1TmZ98Q1slzEKsFW%2F-LCE3rnJL8aSRkfi9fXF%2Flab.PNG?alt=media\&token=959818e3-7d75-42e5-9079-74133500438d)

If there is any issue please google it or if you fail to find any solution please feel free to  report us, we will look into it.
