Webapp Installation

This provides you step-by-step instructions on how to install and configure the web app both manually and with easier alternatives.

Prerequisites

You need to install the angular-CLI 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

Last updated