Hi,
I’m on the very first lesson but I can’t figure out how to start the server on my local host. I tried “npm start” error: “Missing script start” , even though I see the script in the package json file . I tried app.listen, etc. How do I run the express server in this module? Thanks!!

