node ./bin/www — 80×24

# Welcome to Express

$ npm start
> myproject@0.1.0 start
> node ./bin/www
 
[info] loading config from .env
[info] mounting routes from ./routes
[ok] listening on port 4001
[ok] health endpoint ready /healthz
[warn] NODE_ENV not set, falling back to development
 
express 4.20.2 — your app is up.
Edit routes/index.js to change this page.
GET / 200 12.4ms — served by default placeholder route. Replace it before going to production.