Feature Request: First-class Express.js Backend Monorepo Example for Turborepo #10711
jsdev-robin
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-goals
Background
Turborepo is an excellent tool for monorepos but is heavily geared toward frontend use cases. There’s a growing need for backend-only monorepos, especially for teams building microservices, REST APIs, or internal tools using Express.js and TypeScript.
Currently, developers must manually configure:
TypeScript + shared tsconfig.base.json
Turbo pipelines (build, dev, etc.)
Dev server setup with nodemon or ts-node-dev
Build scripts using tsup or esbuild
Code sharing via packages/
There’s no official Express.js example that fits this backend-only monorepo use case.
Proposal
Create an official or community-backed example for Express.js monorepos using Turborepo.
Beta Was this translation helpful? Give feedback.
All reactions