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