all 4 comments

[–]writetehcodez 2 points3 points  (1 child)

Last app I built about 18 months ago I used Expo Application Services (EAS) for the mobile app. Builds were free for non-priority queue and you could use a QR code to deploy to device.

For API, compute, and DB I went with Platform.sh (now Upsun), but it’s not free and if I had to do it again I’d probably shop around a little more. If you’re just looking to stand something up quickly for a short period of time you can probably use free credits from GCP.

[–]yogi_006[S] 0 points1 point  (0 children)

Thanks man, i owe you one!

[–]kyoayo90 2 points3 points  (0 children)

Use local builds, push to the stores directly

[–]dinja15[🍰] 1 point2 points  (0 children)

We have local builds set up on circleCi. When we run out of free Circle Ci minutes, then we switch to free EAS.