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

# How to Run

It gives detailed information regarding various commands used to run the project and how to run it

**Run in Web Browser**

* Open the Terminal and navigate to the project folder **dashboard** and install NodeJS dependencies.Please make sure you have node, npm and angular-cli installed before running the  below command:

```
$ npm install
```

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

```
$ ng serve
```

* To build app for production:

```
$ ng build --prod
```

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

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