Recreate the Project App
Let's recreate our application with the name "lets-get-lunch" using a slightly modified command.
We'll cover the following...
To begin, we’ll create our first component. This component will be rather basic, because it’s merely our application’s home page. More importantly, we’ll set up the routing scaffolding our application needs.
Recreate: Let’s get lunch app
Because our previous app was simply an example to illustrate concepts, we’re going to create a new app that we’ll use for the remainder of this course.
Click on the terminal below to connect it.
Then create the new app in the app-code
directory using this ng new
command.