When I go to localhost:3000, app.get() is not called.
const express = require(\'express\'); const app = express(); app.use(express.static(\'public\')); app.get(\