Step 1: Install Angular cli install
Open cmd window and create new folder.Paste the following code
npm install -g @angular/cli
Step 2: Create New Project in Angular Js
Open cmd window .Paste the following code
ng new Project-Name
Step 3: To Run Node JS
To run node js
ng serve