express-intro Flashcards
1
Q
How do you add express to your package dependencies?
A
NPM Install
2
Q
What Express application method starts the server and binds it to a network PORT?
A
Listen method
Full Immersion > express-intro > Flashcards
How do you add express to your package dependencies?
NPM Install
What Express application method starts the server and binds it to a network PORT?
Listen method