Module 2 - 0621 > express-intro > Flashcards
How do you add express to your package dependencies?
npm install command
What Express application method starts the server and binds it to a network PORT?
listen method. (Binds and listens for connections on the specified host and port.)