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

# Project Requirement

Project requirement details.

* First make sure that you have installed node.js 16.X and npm 6.X version. You can check it on your own terminal window simply by entering node -v and npm -v. You can also download latest nodeJS from [here](https://nodejs.org/en/download/).

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

* Make sure that  you have installed latest angular - cli atleast 1.5.X.You can install it by using the command  npm install -g @angular/cli. You can check ionic version in terminal with ng -v command. If you need more info how to setup angular4 project please follow [angular official website](https://angular.io/).
