get node here https://nodejs.org/en/download/
npm install -g @angular-cli
the ng utility will be restricted on user accounts on initial install.
set-executionpolicy unrestricted
build the project
cd [repo]/snip-gui
ng build
run the client (defaults to localhost:4200)
ng serve
cd [repo]/snip-gui
ng generate compoent Components/$COMPONENT_NAME