Engineering Full Stack Apps with Java and JavaScript
Download and install node js latest version to get npm
npm install -g @angular\cli
Navigate to the folder where we need to setup Angular project and run
ng new my-first-app
Navigate to the project folder and run
ng serve
Hit the url, localhost:4200, the default angular application will be loaded