Hello express not served in the console

Tell us what’s happening:
app.get("/", (req, res) => {
res.send(“Hello Express”);
});

Why is this code not working?

Your project link(s)

solution: boilerplate-express - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Start a Working Express Server

Link to the challenge:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.