react-native/react-native-cli/README.md

9 lines
244 B
Markdown
Raw Normal View History

2015-05-29 19:00:51 +00:00
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
2015-05-29 19:00:51 +00:00
```