Basic Node and Express - Start a Working Express Server

app.get(“/”, (req, res) => {
res.send(“Hello Express”)
});

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!