** Requires Expo to be installed **
- clone repo and npm install
- configure postgresConfig.js to your postgres credentials
- install Redux DevTools chrome extension
- install React Native Debugger (https://github.com/jhen0409/react-native-debugger/blob/master/docs/getting-started.md)
- start postgres server and create database pixie
- in repo root directory terminal and enter command: expo start
- in repo root directory terminal enter command: npm run start:server
- in iOS simulator, cmd+d >> debugger
- in repo root directory terminal enter command: npm run debug (close debug tab within google chrome if appears)
- enjoi developing