c1120 > express-intro > Flashcards
How do you add express to your package dependencies?
Using the command “npm install express”.
What Express application method starts the server and binds it to a network PORT?
The listen( ) method.