Start React Native command line interface

Nikhil Singh picture Nikhil Singh · Dec 13, 2016 · Viewed 7.2k times · Source

this is the first time I started to work on the React Native Android Application But I am facing problem while opening React Native command line interface and I don't know how to open it please any one help me regarding this or provide me a link from where I can able to make a demo app.

Answer

atlanteh picture atlanteh · Dec 13, 2016

install node.js and then run:

npm install react-native-cli -g

This installs react-native-cli globally so you can open command line and run

react-native init AwesomeProject