英文:
Create monorepo with frontend and backend applications (React.js/Nest.js)
问题
我想知道是否可以在一个GitHub存储库中创建一个monorepo,其中包括两个项目 - 一个使用React.js制作的前端应用程序和一个使用Nest.js制作的后端应用程序。我以为我可以使用Lerna,但似乎它只适用于创建软件包。
英文:
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.
答案1
得分: 1
你可以尝试Lerna,TurboRepo,等等。这篇博文很好地解释了流行的单仓库选项之间的比较。它们得出了结论,但我建议查看功能比较,然后选择最适合你的项目的选项。
英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论