For automatically finding MIME types and returning them with the HTML that needs them.
app.use(express.static(path.join(__dirname, "client")));
For automatically finding MIME types and returning them with the HTML that needs them.
app.use(express.static(path.join(__dirname, "client")));