This is so that we don't have to keep restarting the server every time we make a change. Parcel was taking care of this for the static files like HTML and CSS, but not for the Express server itself: that required calling in Nodemon to do the job.
We'll be needing it in a bit!