Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 284 Bytes

File metadata and controls

11 lines (7 loc) · 284 Bytes

Angular

Framework created by Google

Official Docs

Install with CLI

  1. Install in shell with npm install -g @angular/cli
  2. Create a new app with ng new <project-name>
  3. Start with Angular Server with ng serve --open once inside project directory