mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 23:05:00 +08:00
add README for react-native cli
This commit is contained in:
8
react-native-cli/README.md
Normal file
8
react-native-cli/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Use react-native-cli to initialize a working starter React Native app using the latest react-native version in npm. This package should be installed globally.
|
||||
|
||||
Usage:
|
||||
|
||||
```
|
||||
% npm install -g react-native-cli
|
||||
% react-native init myApplication
|
||||
```
|
||||
Reference in New Issue
Block a user