I'm pretty new to React. I was following a course on Codecademy and working on a project called Jamming. Every time I'd start for the day, I'd used npm start
. Then at the end, they had me deploy to surge.sh and use npm run build
. After I finished the main project, they suggest ways to add on to get more practice. I was about to do that and started with my normal npm start
, but it's not showing any edits. What am I missing? TIA
Asked
Active
Viewed 140 times
1

Trish Spraggins
- 43
- 9
-
Are you checking the build version at surge.sh or the local version on your computer? – iamcastelli May 26 '20 at 06:16
-
Thank you for your comment. They had me change the redirect URIs URL variable in the app and on Spotify to the deployed URL. I changed those back to the local and now it works. – Trish Spraggins May 26 '20 at 06:23
-
Happy code @Trish – iamcastelli May 26 '20 at 06:25