...

/

Create and Serve the Angular Project

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 ...