I set up a react app on my desktop for development using react-create. I am keeping track of changes using a git repository. I wanted to work on it from my laptop, so I cloned the repository but I can't spin the site up on my localhost (laptop). I tried to react-create on the laptop, but it won't run unless I rm the core files.
So my question is, how can I work on the same react app using multiple machines?
I think in any development shop, this would be one of the first skills you learn. But as a solo learner, I'm at a loss.
welcome! Could you clarify "the core files"? Did you install dependencies for react-create? Did you install the project (npm / yarn install) after cloning from git?