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
- Host: GitHub
- URL: https://github.com/react-native-training/react-native-cities-indeed
- Owner: react-native-training
- Created: 2017-12-19T00:47:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-19T05:58:42.000Z (over 8 years ago)
- Last Synced: 2025-01-11T16:49:59.124Z (about 1 year ago)
- Language: JavaScript
- Size: 726 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```