$ cd server
$ npm install
$ npm start
$ cd..
$ cd client/tastyto
$ npm install
or $ yarn add
$ npx react-native run-android
$ cd ios
$ pod install
$ cd..
$ cd server
$ npm install
$ npm start
$ cd..
$ cd client/tastyto
$ npm install
or $ yarn add
$ npx react-native run-android
$ cd ios
$ pod install
$ cd..