The goal of this recurring exercise is to quickly scaffold a JavaScript server from memory without the aid of documentation or notes.
Regularly practice creating the following three types of express apps:
- An express app that provides a basic web server using middleware to serve static content.
- An express app that uses routing to return a response from a requested resource.

