How to deploy entire React JS project files to Github for collaboration

I’m currently working on a React App in visual studio code. However I need my friend to also work on the same project. I deployed it successfully to github but of course it only uploads the static build folder. How do I get the entire project across to my friend so he can work on it?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.