In this quick how-to tutorial, we’ll see how to use Angular CLI v10, as of this writing, to generate a project and serve it locally using a live-reload development server.

Step 1  — Checking the Angular CLI Version

After installing Angular 10 CLI, you can run many commands. Let’s start by checking the version of the installed CLI:

$ ng version


#angular

Use Angular 10 CLI to Initialize & Serve New Angular Projects
1.75 GEEK