You need to have NodeJS installed on our machine.
Consider installing nvm for either mac or linux or for Windows
Clone or download the repository
Install the TypeScript compiler and tools
npm i -g typescript
Install Angular CLI tools
npm i -g @angular/cli
In the cloned directory:
npm install
npm start