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

What you should know

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

Start my 1-month free trial

What you should know

- [Narrator] To get the most out of this course, there are a few things that would be helpful for you to know. First of all, it would be very helpful to have a basic knowledge of JavaScript and ideally a basic knowledge of how frontend frameworks work as well. If you haven't already worked with these a little, I'd recommend you take a look at one of the JavaScript basics courses in the library first, and then come back to this one, since we won't be covering any of the very basics in this course. It would also be helpful for you to have some experience with basic command line operations. All that we'll be using for this course is basic commands like mkdir to make directories, cd to change directories, and ls to see the contents of a directory, as well as a few commands specific to node.js that I'll show you later on. And keep in mind also that if you're on Windows, the commands might be a little different. If that's the case, take a look at the link that I have here to an article showing many of the basic Linux commands and their Windows equivalents. I also highly recommend that you follow along with me as I write code, but I've also included the start and finish state for all the code that I write in this course in the exercise files for your reference. Basically, this course is intended for developers who want to learn the ins and outs of building a full-stack website that incorporates frontend, backend, databases, user authentication, and hosting. If that sounds like something you're interested in, then you're definitely in the right place.

Contents