Angular Framework created by Google Official Docs Install with CLI Install in shell with npm install -g @angular/cli Create a new app with ng new <project-name> Start with Angular Server with ng serve --open once inside project directory