Serve Static Assets
It's common to have images, CSS, and more in a public
subfolder, and expose them to the root level:
If you have an index.html
file in public/
, that will be served if you now hit the root domain URL (http://localhost:3000
)
Was this helpful?