I have my react app in codesandbox . How can I deploy from sandbox

227 Views Asked by At

I have my react app in codesandbox . How can I deploy from codesandbox . Any thoughts ?

1

There are 1 best solutions below

1
On

Codesandbox currently allows for a couple deploy options: Zeit and Netlify. I have successfully deployed to Netlify. Did take a few loops through deploy - log - fix to get it running. I'm currently using Google Firebase Firestore as the backend.