/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-compile-your-code-b-b3956bb5ec3c-compile-your-code-before-using-it-recommended-s0072-c0001.md
Compile your code before using it (recommended) (2) - hono-docs
Compile your code before using it (recommended) (2) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.t...
Compile your code before using it (recommended) (2)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#compile-your-code-before-using-it-recommended
Summary
If your project is a monorepo, this solution does fit well. Using a tool like turborepo, you can easily separate the server project and the client project and get better integration managing dependencie...
Content
If your project is a monorepo, this solution does fit well. Using a tool like turborepo, you can easily separate the server project and the client project and get better integration managing dependencies between them. Here is a working example.
You can also coordinate your build process manually with tools like concurrently or npm-run-all.