0 upvotes, 1 direct replies (showing 1)
View submission: React App Completely Unresponsive After Git Clone and npm Install
Before you cloned it down, did you ensure you had committed and pushed all your work to GitHub(it was up to date with what was working locally)? Easy to forget to push most recent changes.
Did you have any local files that were in the .git ignore (therefore not saved to git) that you need to recreate? Eg ‘.env’ with environmental variables?
M
Comment by bycmlla at 01/03/2025 at 12:02 UTC
1 upvotes, 0 direct replies
Yes, my local project was committed correctly. I always check that. The local version has the same issue, which is why I cloned and tested it, but both remain the same.