Express Proj Setup: 1 Proj Configuration
As we begin our Expressjs app, we will start with setting up how the app is run. This will determine configuration, performance attributes, logging, etc.
This will allow our app to run optimally in different situations, including testing, development, and production.