This is a work in progres so maybe you will experience some bugs and undesired behaviors.
- Clone the Backend project at this link: Backend repo
- Run
yarn install
ornpm install
inside the Backend's folder - Run
yarn start
ornpm start
inside the Backend's folder to start your server - Clone this repo.
- Run
yarn install
ornpm install
inside this repo's folder on your computer - If you're going to launch it on ios emulator, you have to excecute the following commands first:
cd ios
pod install
- Go to
/src/config/index.js
and replace that const with your ip adress. - Save changes.
- Run
yarn start
ornpm start
inside the this repo's folder on your computer. - Open a new terminal window/tab and run
yarn android/ios
ornpm run ios/android
to run the project in your desired emulator. - And excuse for the bugs 😅