Is turborepo viable for backend applications using Node and Typescript? #149
-
Most of the documentation seems to be geared toward frontend applications using say Next or React. Wondering if turborepo would fit the case where you have for example a NextJS/React app and a dedicated backend API project in the same repo. Would such project benefit from using Turborepo? Sorry if the answer seems obvious, I'm not too familiar with build systems, cheers! |
Beta Was this translation helpful? Give feedback.
Answered by
jaredpalmer
Dec 9, 2021
Replies: 1 comment 1 reply
-
Absolutely! You can use Turborepo with anything you can fit into a yarn/npm/pnpm workspace |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jaredpalmer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Absolutely! You can use Turborepo with anything you can fit into a yarn/npm/pnpm workspace