# Webapp Installation

**Prerequisites**

* [Nodejs 10 or above](https://docs.ionicfirebaseapp.com/flutter-grocery-app/nodejs-installtion)
* node-sass

You need to install the [angular-CLI](https://cli.angular.io/) package globally on your machine to run dashboard. if you are on Linux or MAC need to add `Sudo` before each commend.

```
npm install -g @angular/cli
```
