This is the first of several homework assignments from Pirple NodeJS Master Class course.
To start the staging server run:
node index.js
Or explicitly
NODE_ENV=staging node index.js
To start the production server run:
NODE_ENV=production node index.js