$ yarn install
// or
$ npm install
$ cd ios/
$ pod install
Install json-server and then run API with the code below:
$ npm run api
// or
$ yarn api
$ react-native start --reset-cache
// or
$ yarn start
$ react-native run-ios
// or
$ yarn ios
$ react-native run-android
// or
$ yarn android