- Node.js. - If you have not downloaded and installed Node in your computer: Download Node. https://nodejs.org/en/download/ and install.
- Angular CLI - Install Angular CLI globally
npm install -g @angular/cli
1. Angular cli command - ng new "projectname"
2. Once it's created , navigate to the project directory (cd "foldername")
3. Run the application : ng serve –open