An open API service indexing awesome lists of open source software.

https://github.com/react-native-training/react-native-cities-indeed

Indeed - Cities app progress
https://github.com/react-native-training/react-native-cities-indeed

Last synced: about 1 year ago
JSON representation

Indeed - Cities app progress

Awesome Lists containing this project

README

          

# Cities App

### To get started

1. clone repo

```
git clone https://github.com/react-native-training/react-native-cities-indeed.git
```

2. change directories into project

```
cd react-native-cities-indeed
```

3. install dependencies

```
npm install
```

4. run project

```
react-native run-ios
```
or
```
react-native run-android
```