Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 342 Bytes

Angular.md

File metadata and controls

9 lines (8 loc) · 342 Bytes

Angular

  • Check node.js installation node -v
  • install angular cli npm install -g @angular/cli
  • generate a sample angular project ng new portal-app
  • move to project folder cd portal-app
  • run the application ng serve
  • depfault url http://localhost:4200/
  • terminate the application server (batch job) - use ctrl+c twice