Express Intro Flashcards

1
Q

How do you add express to your package dependencies?

A

With the command: npm install express

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What Express application method binds the server to a network PORT?

A

The listen() method of the Express application object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly