To install nodejs and angular-cli needs to be installed on the system.
If this is the case, the Dashboard can be tested with the following commands from the root directory.
cd Dashboard
First launch only:
npm install
ng serve
Pro build for github pages
cd Dashboard
ng build --base-href "/" --configuration production --aot true
cp ../docs/index.html ../docs/404.html