Skip to content
On this page

Route Files

In Neru a route is a JavaScript (or TypeScript!) file that exports route handlers.

File Names and Structure

Named files and directories are used to build a route, an index file will correspond to a /. For example:

file name to route mapping

MIT Licensed