Web Development > Express Intro > Flashcards
How do you add express to your package dependencies?
With the command: npm install express
What Express application method binds the server to a network PORT?
The listen() method of the Express application object