Setting up ExpressJS

Express Tutorial Part 2: Creating a skeleton website

So, I am going through this helpful tutorial. But, I am only using the parts I need.

I did find the issue of them not using TypeScript…

var createError = require('http-errors');

Now I have to figure out the Import statement!

Found the TypeScript typings here: npm @types/http-errors.

npm install --save @types/http-errors

Written on May 30, 2020