创建具有前端和后端应用程序的单体仓库(React.js/Nest.js)。

huangapple go评论80阅读模式
英文:

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

你可以尝试LernaTurboRepo,等等。这篇博文很好地解释了流行的单仓库选项之间的比较。它们得出了结论,但我建议查看功能比较,然后选择最适合你的项目的选项。

英文:

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.

huangapple
  • 本文由 发表于 2023年6月30日 00:08:25
  • 转载请务必保留本文链接:https://go.coder-hub.com/76582820.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定