Step 1: Install Express through the following command:
Windows/macOS/Linux: “npm install express” OR “npm i express”
Step 2: Install EJS through the following command:
Windows/macOS/Linux: “npm install ejs” OR “npm i ejs”
Step 3: Install Bootstrap through the following command:
Windows/macOS/Linux: “npm install bootstrap” OR “npm i bootstrap”
Step 4: Run the website through the following command:
Windows/macOS/Linux: “node app.js”