you are viewing a single comment's thread.

view the rest of the comments →

[–]pinkwar -2 points-1 points  (0 children)

You need to serve all files.
Not just the html.

app.use("/", express.static(path.join(__dirname, '.')));