I was wondering if it is possible to create monorepo (keep it in one Github repository) with two projects - one frontend app made with React.js and the backend app with Nest.js. I thought I can use Lerna but it looks like it's only good for creating packages.
Asked
Active
Viewed 34 times
0
-
Lerna is for managing monorepos. Not sure why you think it's only for packages? – evolutionxbox Jun 29 '23 at 16:11
-
The examples in documentation only shows how to publish packages... so looks like I didn't understand Lerna correctly ;) – goscamp Jun 29 '23 at 16:13
1 Answers
1
You could try Lerna, TurboRepo, etc. This blog post does a good job explaining comparisons between popular monorepo options. They come to a conclusion, but I'd suggest looking at the feature comparison and choose whichever best suits your project.

Eyas Valdez
- 135
- 5