react-native/react-native-cli
Spencer Ahrens 5ee24bfd6c Merge pull request #1448 from jsierles/cli-documentation
[Docs] Document the react-native CLI init command
2015-06-11 16:22:22 -07:00
..
README.md capitalize sample app name to avoid issues with JSX 2015-05-29 22:51:04 +02:00
index.js Fixes typo 2015-05-23 18:59:33 -04:00
package.json Bump react-native-cli version 2015-06-08 14:25:48 -07:00

README.md

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