I created a website using reactjs on github codespaces. How would I deploy this app onto netlify? I've looked through many youtube videos, but none seem to explain how to do it through github codespaces. Also if someone does answer, please do in a way that a high schooler (me) would understand it. Thank you!
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
I've never used GitHub codespaces, but I assume they're just like any other GitHub repository. Netlify made it really easy to add GitHub repositories. And if you don't have a bunch of custom configuration that might be all it needs. Otherwise, you can look it up by whatever framework you're using for your react app. Like if you just spun it up with
create-react-app
, docs are here