From the course: Angular: Building Large Applications

Using the exercise files - Angular Tutorial

From the course: Angular: Building Large Applications

Start my 1-month free trial

Using the exercise files

- [Instructor] To get the exercise files, on the course page, simply click on the tab named Exercise Files, then download the zip file. Then simply extract the zip file, and move the folder to your desktop. Once you have that on your desktop, click on the Exercise Files. Click on any of the chapters. Then click on the video you're on, start or end state. And then what you do, you copy those files into your project or open this directory. So we'll do that. So go to VS Code, open it in the Explorer. So click on Exercise Files, chapter one, let's say one, three, then start state. Then open these files. Once you have them in your editor, please take note that you don't have the dependencies installed, so you need to do that. So in this case, we would need to bring our Integrated Terminal. So click on View, Integrated Terminal. And then do npm install, and then it would install all the dependencies related to this project. And then you can simply start the project as usual. Once you have all the dependencies installed, you can do either ng serve or npm start, which actually runs a script here. So if you look in the package.json, it actually runs the script, the ng serve that we just did. So in both case, it's going to do the same thing.

Contents