Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 946 Bytes

File metadata and controls

47 lines (27 loc) · 946 Bytes

Getting Started

Screen.Recording.2024-03-12.at.13.38.57.mov

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Metro Server

First, you will need to start Metro

yarn start

Step 2: Start your Application

For Android

yarn android

If you are running the server locally run the tcp to access the correct port

yarn android:tcp

For iOS

Make sure to install the required pods

yarn ios:install
yarn ios

Server

To make changes on server change the .env file to point to localhost:3000 and clone the repository rsmelo92/postgres-prisma-nextjs following the instructions on its readme