React Native - Redux - Expo SDK
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Nodejs installed to run the project locally
Install dependencies
$ npm install
$ cd json-server && npm install (for local server)
if you want to use you local server change the baseUrl.js file with you local json-server url and port
Run the server and client app
$ cd json-server && npm run machine (change ip with your local json-server url)
$ npm start
You can preview the app on your device with Expo app