现在我已经在 IDE 中创建了我的 React 应用程序,我如何让它从 IDE 之外的命令行运行

Now that I've created my react application in the IDE, how do I get it to work from the command line outside of the IDE

“我已经完成了一个 React 应用程序的开发,并且我使用 create-react-app 创建了网络 application.what 是我应该采取的将应用程序投入生产的步骤吗?我想托管这个应用程序在 Apache 中 server.How 我可以使用 webpack 捆绑我的应用程序吗?

运行 命令npm 运行 build 将build 文件夹中的内容取出并部署到服务器上。