- NodeJS
- NPM
- Angular CLI
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install npm
sudo npm install -g @angular/cli
Navigate to the project folder and run npm install
Wait for the dependencies to be downloaded
Run ng serve --open
Ta-da!
Hope you enjoy!