I'm trying to push my whole directory to GitHub but having some problems as create-react-app
automatically git inits. And if I initialise git in my main directory (app), I'll have one repo in another. How would I approach this? I've only been working with git for a few months so I only really understand the basics.
Thanks in advance.
Folder structure:
- app
- server
- client (create-react-app)