Creating an Angular Application Using the CLI

  1. Let's first install the Angular CLI globally (g for global install). Open a terminal window and run the following command
  2. npm install -g @angular/cli
  3. With the CLI installed globally, we can use the ng command from anywhere in our local machine. ng is derived from A(ng)ular.
  4. To create new angular project run the following command
  5. ng new will-i-am prefix --shakesphere 
  6. And now let's open this folder in VS code and run to see if the server is running the default port.
  7. ng serve -o 
Discussion
Cool! I am a full-stack developer with 8+ years of experience, passionate about the JavaScript ecosystem. I have a bachelor's degree in computer science. I am most skilled and passionate about Angular and React. I am able to provide meaningful contributions to the design, installation, testing, and maintenance of any type of software system. I like to challenge myself in new roles. I have built and successfully delivered applications in multiple domains. In my free time, I like to write blogs related to software development. I have the pleasure of working on exciting projects across industries. The applications that I developed were scalable, deployable, and maintainable. I have a vision of providing cutting-edge web solutions and services to enterprises. Developed zero-to-one products. I'm currently looking for passionate people who want to make some impact. feel free to reach out—I’d be happy to assist in any way I can! github.com/sunny7899

Which is the next one in the series?

1

Asynchronous Nature of JS

4

2