From the course: Angular: Progressive Web Apps
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Running the app - Angular Tutorial
From the course: Angular: Progressive Web Apps
Running the app
- [Instructor] It's now time to run our app, but the first step is to open the right folder within VS, code within our ID because right now our folder is actually the angular folder that has the coffeelog inside. And we need coffee log to be the main root folder of our actual workspace. So for that I'm going to open a folder. I will get into Angular and select coffeelog. From here now, we can run NG commands that will work. So I will open a new terminal, and now I'm ready to execute NG commands. But before doing that, we can see that VS code is suggesting us to install the Angular language service extension for this repository because now it's recognizing that this is an Angular project. So we may want to say install. After it's done with the extension already installed, we are ready to run some NG commands here. For example, the most simple command is ng serve. This is going to compile our app for the first time,…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.