From the course: Foundational JavaScript Security

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Base project setup

Base project setup

- [Instructor] I have included in this course a base project, just as a template to look out for the code and evaluate certain areas as we go through the course. This won't be a course where we deeply go into the code, but we'll simply use certain parts for demonstration purposes. Feel free, and I strongly recommend it, to use your own applications as we go through the examples. So, if you're not using your own application, in the Exercise Files, you can go into the Resources here and you'll find a sample project here. So what I'd recommend is to drop this into your preferred editor. In this case, I'm using Visual Studio Code. So what I'm going to do is simply go and drop that project inside of Visual Studio Code, like so, and then what you're going to do is basically install the dependencies if we want to take a look at it. So this is not required. You don't need to install the dependencies to actually be successful in…

Contents