huskyspot-frontend How to use Ubuntu: Install node curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - sudo apt install nodejs Install Angular sudo npm install -g @angular/cli Run app on localhost:4200 ng serve ng serve --host 0.0.0.0 --port 8080