To Setup the Angular Project, Firstly installed angular, if you have not installed kindly click on the link Angular Setup
Now create the project
Syntax:-
ng new projectName
Example:- I am creating EmployeeManagement Project
ng new EmployeeManagement
Now, go to the EmployeeManagement directory
cd EmployeeManagement
run the command
ng serve --open
After compiled successfully, you can see the URL.