deploy-react-360:如何使用AWS Elastic Beanstalk部署React360项目

时间:2024-06-08 00:24:13
【文件属性】:

文件名称:deploy-react-360:如何使用AWS Elastic Beanstalk部署React360项目

文件大小:1.02MB

文件格式:ZIP

更新时间:2024-06-08 00:24:13

JavaScript

部署React360应用程序:15分钟内将实例初始化到AWS 这些说明从React360命令行界面开始,逐步介绍了在AWS上部署虚拟现实环境或360视频应用程序的过程。 本教程假设您已经设置了一个AWS账户,Docker和Node。 有关更多详细信息,请参见相应的。 首先,安装React360 CLI并创建一个新项目。 $ npm install -g react-360-cli $ react-360 init react-360-hello $ cd react-360-hello ## Optional: run and view the project on localhost:8081/index.html $ npm start 您可以进行编辑 捆绑和构造要部署的资产 这遵循了有关发布项目的的建议。 $ npm run bundle $ mkdir docker $


【文件预览】:
deploy-react-360-master
----.gitignore(69B)
----rn-cli.config.js(590B)
----README.md(3KB)
----client.js(674B)
----__tests__()
--------index-test.js(296B)
----package.json(1KB)
----.babelrc(34B)
----index.js(859B)
----.flowconfig(89B)
----.watchmanconfig(0B)
----static_assets()
--------360_world.jpg(1.07MB)
----index.html(602B)
----yarn.lock(179KB)

网友评论