📜  开始使用预先存在的 React 项目 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:47.039000             🧑  作者: Mango

代码示例1
##When you download after you need to install all package in package.json

> npm install --save

##then you need to start another terminal

> npm start -- --reset-cache / npm start / react-native start 

##It's for starting your bundle, finally you can run your project

> react-native run-android