stefem / jammming

CodeAcademy project
0 stars 0 forks source link

Missing files #1

Open ghost opened 6 years ago

ghost commented 6 years ago

Make sure to push the files generated by create-react-app (which are actually required to run your application).

Without a package.json file, as well as the public folder and everything else generated by create-react-app, I can't run your application at all. I went ahead and created a dummy create-react-app app so that I can get those files, but then running a search results in the following error.

screen shot 2018-05-22 at 1 24 14 pm

To fix this, you need to update the redirect URI for the app you registered in your Spotify developer account. Make sure you're using the same redirect URI you've used in your code.

Make sure you're providing everything your project needs to be run successfully. Other programmers and potential employers will most likely not make the effort to hunt down configuration files or replace your credentials with their own -- they'll probably just assume your project doesn't work.

stefem commented 6 years ago

Thanks very much for all this Steve - points taken aboard. Think I'm just going to have a break for a few days :-)