I have a folder containing both a React app and node.js app. I'm trying to push them to GitHub, but I'm getting errors (some folders don't push and have arrows on them preventing me from opening). Any advice on how to push them both in the same git repo?
File structure as follows:
| Server.js
| routes (for express)
| node modules
| client
├── src
├── public
├── node modules