// install latest Angular CLI npm install -g @angular/cli // Genrerating a new application base ng new my-application // switching to the application directory cd my-application // running the application on local dev server ng serve