如何在我系统中运行github react原生应用程序?

w8f9ii69  于 2022-11-17  发布在  React
关注(0)|答案(1)|浏览(237)

https://github.com/Lagashettik/QuantityMeasurementApp这是应用程序的链接
我试着下载它,然后用命令npm run android在vs代码中打开它

4szc88ey

4szc88ey1#

1.你必须从你的github链接克隆项目,只需复制该链接As shown in image, copy from there
1.然后运行命令***git clone {your clone link}在终端(你想把你的项目保存在那个目录中)
1.然后在创建一个文件夹后,用VS代码打开它
1.在项目目录终端中运行***npm install

1.然后您可以使用***react-native run-android***运行
1.您已完成

相关问题