add README for react-native cli

This commit is contained in:
Joshua Sierles
2015-05-29 21:00:51 +02:00
parent 1efd2c87c8
commit 1e863ad192

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