Create and Serve the Angular Project

Learn how to create and serve the Angular project.

In this lesson, we’ll create the frontend part of our course management application as previously discussed.

Step 1: Navigate to our working directory

To begin creating our Angular project, we need to move to the working directory to generate a new project.

We’ll be using the educative folder for this course. To do that, we use the command below:

cd educative

Step 2: Generate a new Angular project

Once inside the educative folder, we can create a new project using the Angular CLI. To do that, we run the command below:

ng new Course-Management-App-Frontend

This will create a new directory inside the educative folder called Course-Management-App-Frontend. The Angular CLI will also ask us a couple of prompt questions, which can be found in the image below:

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy