Install Angular CLI first and then run the following command to create the project in Angular 4.
ng new NameOfTheProject
OR
You could clone from GitHub by using this command
git clone https://github.com/angular/angular/quickstart.git NameOfTheProject