From the course: Node.js: Security

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Hands-on base template overview

Hands-on base template overview

From the course: Node.js: Security

Start my 1-month free trial

Hands-on base template overview

- [Instructor] Now, let's take a look at a base project we'll use throughout this course to explore security best practices with Node. So, the first thing we'll do is copy the base project from the exercise files, so click on Resources and you wanna make sure that you show hidden files, otherwise you're not going to be able to copy the babelrc file, and if you don't know how to do that, search it on Google. So, show hidden Mac files and once you see that file, here, you can copy it. Otherwise, the project is not going to work if you're missing that file. So, copy that. And let's create a new folder on the desktop. So, I'm gonna right click, new folder, then I'm gonna call this base, and then I'm gonna paste what I just copied into the base project, here. Like so, perfect. Once I have that, I'm going to drag and drop this particular project into VSCode. So, if you're using something different, no worries. Open that base project inside your code editor. I'm going to simply open it in…

Contents