Install Git

Learn how to install Git on your computer. The Short Version Go to https://git-scm.com/book/en/v2/Getting-Started-Installing-GitFollow the instructions to install Git on your operating system

Angular: Install Angular CLI

Learn how to install Angular CLI on your computer. Prerequisites Install npm The Short Version 1. Run this command from your shell: npm install -g @angular/cli This will install the…

Install npm

Learn how to install npm on your computer. The Short Version Go to https://nodejs.org/en/ Download and install the version named "12.6.3 LTS". The Details npm doesn't come in a stand-alone…