How do you add express to your package dependencies?
npm install express
you require it using only the package name as the path
What Express application method starts the server and binds it to a network PORT?
the listen method on the express() object