Install the Expo client app on your iOS or Android phone and connect to the same wireless network as your computer. This will start a development server for you. Then run the following commands to create a new React Native project called 'AwesomeProject': expo init AwesomeProject Assuming that you have Node 10 LTS or greater installed, you can use npm to install the Expo CLI command line utility: npm install -g expo-cli