Express-Intro Flashcards
1
Q
How do you add express to your package dependencies?
A
Use the npm install command
2
Q
What Express application method starts the server and binds it to a network PORT?
A
listen() method
Web Dev Module 2 > Express-Intro > Flashcards
How do you add express to your package dependencies?
Use the npm install command
What Express application method starts the server and binds it to a network PORT?
listen() method