- clone repo
 
git clone https://github.com/react-native-training/react-native-cities-indeed.git
- change directories into project
 
cd react-native-cities-indeed
- install dependencies
 
npm install
- run project
 
react-native run-ios
or
react-native run-android