> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/clothingwebapp/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/clothingwebapp/installation-guide.md).

# Installation Guide

Step-by-step Installation guide to setup the project locally in Visual studio code.

## How To Run? <a href="#how-to-run" id="how-to-run"></a>

**Run in Web Browser**

* Open the Terminal and navigate to the project folder **clothing web app in Visual Studio Code**  and install NodeJS dependencies. Please make sure that  you have node, npm and angular-cli installed before run below command:

```
$ npm install
```

* Once your node\_modules lib is installed successfully you can run app in own browser with  the below command:

```
$ ng serve
```

* To build app for production:

&#x20;`$ ng build --prod` &#x20;

Above command will create dist directory that you can deploy on any Hosting.

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.
