Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 504 Bytes

01 - Introduction to Angular

Prerequisites

  • 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

How to create a new Angular project

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