如何设置 Nestjs 来托管 React 站点?

How do I setup Nestjs to host a React site?

我见过的所有示例都是在一台服务器上使用 React 运行,在另一台服务器上使用 Nestjs 运行。我知道 Nestjs 可以托管网站,但如何设置它来托管 React 网站?

您可以使用 NestJS 服务静态模块来服务您构建的 React 应用程序

https://docs.nestjs.com/recipes/serve-statichttps://create-react-app.dev/docs/deployment/