shoutem / school

A new React Native app every 2 weeks. With tutorial :)
http://reactnative.school
480 stars 343 forks source link

tell reader how to install react-native-cli #2

Open micahstubbs opened 7 years ago

micahstubbs commented 7 years ago

it would be cool if the companion blog post would tell the reader how to install the react-native-cli node module in the Step 0: Setup and boilerplate section right before the code block that first uses the react-native command

found the install command buried a bit in the react native docs http://facebook.github.io/react-native/docs/getting-started.html#the-react-native-cli

npm install -g react-native-cli

Abewkayew commented 5 years ago

Great.