Prerequisites
You must have the following installed on your machine.
Also, if you plan to run the server yourself you will need the following accounts.
How to setup NodeJS
If you don't have Node, then download the latest LTS from https://nodejs.org for your platform and install it.
How to setup Angular CLI
Once Node is setup and available, you can install the Angular CLI by running the following.
npm install -g @angular/[email protected]
ng version
Once that is done, you should see the output of the Angular CLI version.