-
Notifications
You must be signed in to change notification settings - Fork 0
Startup
flyw edited this page Jul 12, 2018
·
1 revision
-
参考安装文档:
https://github.com/infinitered/ignite/blob/master/docs/quick-start/getting-started.md
-
Installing Ignite CLI
npm install -g ignite-cli
-
创建一个新的APP
cd projects ignite new AwesomeProject
-
参考安装文档:
http://facebook.github.io/react-native/docs/getting-started.html
-
React Native CLI
npm install -g react-native-cli
-
创建一个新的APP
react-native init AwesomeProject
-
Android 运行
cd AwesomeProject react-native run-android -
iOS运行:
cd AwesomeProject react-native run-ios
安装:
