In the previous step, we created our AI Proxy backend.Now we can create a development build on Expo.
There are two ways to build the app.
- Using the prebuild command
- Using the EAS Build
I am going to show you both ways but I am going to use the prebuild command.Because the fastest way to build the app is using the prebuild command.
If you want to run the app on your device, you can use the following command:
Replace
{platform} with ios or android.Pick a device from the list.Now how we can deploy our backend on Production?
How to deploy backend to Railway
Click to navigate to the How to deploy backend to Railway page.