From the course: Angular: Building Large Applications

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Angular CLI exploration and project scaffolding

Angular CLI exploration and project scaffolding - Angular Tutorial

From the course: Angular: Building Large Applications

Angular CLI exploration and project scaffolding

- [Instructor] Let's scaffold a project and then explore the CLI commands. If you're familiar with these steps already, feel free to skip this video. So I'm going to go ahead and go into my terminal here, and the first thing I'm going to do is create a new project. So if you want to go to angular.dev/cli, or you can go to this section by clicking on docs and then finding the CLI reference, this is a reference of all the commands that you can do with Angular CLI. So the first one we need to do is create a new project. So what I'm going to do first is go into my desktop and then I'm going to do ng new and then the name of your project. So in this case, I'm going to call it the Ang Enterprise. So an Angular project for enterprise. So what it's going to do, it's going to create first a project. The first thing you need to select is what kind of style sheets you want, CSS, SaaS, or less. So in this case I'm going to use CSS. Then do you want to have server side rendering? In this case, if…

Contents