> 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/technologies.md).

# Project Requirements

Provides information about project requirement setup.

* First make sure you have installed **Visual Studio Code** , **node.js 8.X** and **npm** 5.X version. You can check it on own terminal window simply by entering node -v and npm -v. You can also download latest nodeJs from [here](https://nodejs.org/en/).

```
$ npm -v
$ node -v
```

* Make sure you have installed latest angular-cli at least 1.6.X. You can check the angular-cli version in the terminal with ng -v command if you need more info on how to setup angular4 project, please follow [“angular official website”](https://angular.io/guide/quickstart) at there official websites.

**Download Required dependencies from provided below link.**

* [Node](https://nodejs.org/en/)
* [NPM](https://www.npmjs.com/)
* [Git](https://git-scm.com/)
* [angular-cli](https://cli.angular.io/)
