Create Angular Projects

How to create a new Angular project in WebStorm.

Tip Screenshot

You can create a new Angular project right from the Welcome screen:

  1. Click Create New Project.
  2. Select Angular CLI from the list.
  3. Name your new project and press Create. WebStorm will create a new project using the Angular CLI installed globally on your machine or the latest version via npx.

Related Resources