mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 13:44:04 +00:00
Merge pull request #1448 from jsierles/cli-documentation
[Docs] Document the react-native CLI init command
This commit is contained in:
commit
5ee24bfd6c
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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user