How to create new project in Angular and run

Hi all if you are new in angular development, I will assist you how to develop new web application.

Follow these steps.

  1. First Node.js should be install in your system.
  2. Install Visual Studio Code editor.
  3. Then open that directory where you would like to create new project.
  4. Open same directory in cmd.
  5. then run these command.
  6. >ng new YourProjectName
  7. >npm install
  8. >ng serve

https://angular.io/tutorial/toh-pt0

Leave a Comment