Angular CLI and its feature for creating a new project ng new <<project name>> eg: ng new testProject ng serve for starting an angular app. ng g component <<Component name>> to create a new component ng lint will check for all lint issues in the project