npm intro Flashcards
1
Q
How do you add express to your package dependencies?
A
$ npm install express
2
Q
What Express application method starts the server and binds it to a network PORT?
A
require method starts the server, when the require method is called with the listen method binds it to a network port