From the course: Building a Website with Node.js and Express.js

What you should know

From the course: Building a Website with Node.js and Express.js

Start my 1-month free trial

What you should know

- There is some knowledge you should have to get the most out of this course. You should specifically and most importantly know a little bit about Git, so you should have a Git client at least installed. And, you should be able to use it on the comment line. You should know some HTML and CSS. That makes sense because we are building a website, and we will also manipulate HTML and CSS to some degree here. You should know JavaScript basics like how to declare variables, how to use functions, and callbacks. You should also know some basics about Node.js like how to build a simple application and how to run it. You should also be familiar with new features of JavaScript that came with ES6 like let and const, like arrow functions. And also, you should have some basic understanding of async/await. In our library, you find a vairety of courses that help you gain better understanding of all these concepts. Everything else, from installing the required software to configuring the sample project, will be covered during this course.

Contents