Node Js Installation Setup
Node Js Installation Setup
js
Steps to install specific node version (Version 12.20.0) used in the project.
node -v
npm -v
Would you like to share anonymous usage data with the Angular Team at Google under
Choose “N”
Make sure angular CLI gets installed without any error messages. Successful installation,
check for version.
ng version
Install Visual Studio Code:
1. Download VS code for Windows 10
https://code.visualstudio.com/
Download system installer for Windows 64bit and run as administrator
C:\>cd C:\LearnAngular
ng new TourOfHeroes
To launch the application in local webserver, go to the path where we created new angular
project and give the below command:
C:\LearnAngular>cd TourOfHeroes
ng serve - - open
Now we can see our application running in the browser and all set to go!