1. create new angular app => ng new app_name ex. ng new first-ng-app 2. run app => npm run start 3. generate new component => ng g c component_name ex. ng g c components/user-profile