Skip to main content

Command Palette

Search for a command to run...

how to create a angular project?

Updated
1 min readView as Markdown
R

I am a front end developer, DSA solver

First setup Environment

install the necessary dependencies using node package manager(npm) globally in your system to access the commands,

npm -i -g @angular/cli

Now you have successfully installed CLI for your laptop globally to run Angular framework projects.

Now run the following command to create a new angular project.

ng new new-project-title

The command will ask for a few confirmations about CSS your have options like

  • plain CSS

  • Less CSS

  • SASS CSS

after you select the CSS it will create necessary dependencies and project structure of the angular web app.

programming

Part 3 of 4

In this series, I will teach you the basics of java and there implementation with examples. beginners will find the lesson simple to understand and learn along with me.

Up next

Basics of Java?

In the previous blog, you came to know what is java and now let us learn about the basics of Java. Everyone's programming journey would begin with a hello world program because if a new child born to