Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 354 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 354 Bytes

Cities App

To get started

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

or

react-native run-android