From the course: Angular: Creating and Hosting a Full-Stack Site

Exercise files

From the course: Angular: Creating and Hosting a Full-Stack Site

Start my 1-month free trial

Exercise files

- [Instructor] As with most courses on this platform, this course includes exercise files to help you follow along with the code I write. For the most part, it's probably more or less what you're used to. There are just two things that are important for you to know about the exercise files for this course. The first is that there are two separate projects for this course, a front end project and a backend project. For both of these, before you're able to run any of the code, you'll need to run the command, npm install, inside the project directory. And what this will do is install all the associated npm packages that each project needs. The second thing to note is that once we get into the section on user authentication, the exercise files will require that you also follow along with the corresponding setup on Google cloud and Firebase. In other words, they won't work if you just try and run them as is. Well, that's about all you need to know for that. Let's take a look at the project we'll be building.

Contents