Redirecting requests with Express

Learn the Basics

In this episode, we will redirect requests with Express

§ Install NodeJS

NodeJS is a JavaScript runtime, we can run JavaScript code in NodeJS. We can download NodeJS from https://nodejs.org/en/, then install NodeJS.

§ Install VSCode

VSCode is a code editor, we can edit code in VSCode. We can download VSCode from https://code.visualstudio.com/, then install VSCode.

§ Express Framework Quick Start

We can use Express framework to quickly build a web server. Here are all the information we need to quick start.

This page is rendered base on this GitHub Repository
Improve this page
This page is not cached