$ yarn install
// or
$ npm install$ cd ios/
$ pod installInstall 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
