Learning Fuze - rc0821 > express-intro > Flashcards
How do you add express to your package dependencies?
Use the command to create a package.json file. now install express
What Express application method starts the server and binds it to a network PORT?
app.listen()