Merge pull request #1448 from jsierles/cli-documentation

[Docs] Document the react-native CLI init command
This commit is contained in:
Spencer Ahrens 2015-06-11 16:22:22 -07:00
Родитель 7c49d293f1 d4da4e3fd9
Коммит 5ee24bfd6c
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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
```