- Have a Node app ready for production.
- Create an app.js file in your project directory:
const express = require('express');
const path = require('path');
const app = express();
// Allow dotfiles - this is required for verification by Lets Encrypt's certbot