/Knowledge/sources/honojs__hono/llms-full/best-practices-building-a-larger-application--part-02--a2e2372d617a.md
Best Practices: Building a larger application (part 02) - hono-docs
Best Practices: Building a larger application (part 02) Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.tx...
Best Practices: Building a larger application (part 02)
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#building-a-larger-application
Summary
ts // index.ts import { Hono } from 'hono' import authors from './authors' import books from './books' const app = new Hono() // 😃 app.route('/authors', authors) app.route('/books', books) export default app
Content
// index.ts
import { Hono } from 'hono'
import authors from './authors'
import books from './books'
const app = new Hono()
// 😃
app.route('/authors', authors)
app.route('/books', books)
export default app
Metadata
{
"chunk_index": 1,
"citation": "https://hono.dev/llms-full.txt#building-a-larger-application",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Best Practices > Building a larger application (2)",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 78,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Best Practices: Building a larger application (part 02)",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}