express-intro-Q&A Flashcards
1
Q
How do you add express to your package dependencies?
A
npm install express –save
2
Q
What Express application method starts the server and binds it to a network PORT?
A
The listen() method
Learning-fuze-quiz-q&a > express-intro-Q&A > Flashcards
How do you add express to your package dependencies?
npm install express –save
What Express application method starts the server and binds it to a network PORT?
The listen() method
Learning-fuze-quiz-q&a (81 decks)