You will need to install node.js - https://nodejs.org/en/
npm install -g @angular/cli - install the CLI by executing this command in the terminal
ng new projectname - after executing this command in the terminal, you will create a new sub folder titled projectname in your current folder.
cd pro...