rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.
http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/
1.59k stars 249 forks source link

I can't run it on local #1

Closed DawnyWu closed 8 years ago

DawnyWu commented 8 years ago

image

I've got my client id and edit authentification.js file npm start tells me can't get /

rwieruch commented 8 years ago

@DawnyWu can you follow the install steps again with a fresh clone? I forgot to commit a file. It should work now.

rwieruch commented 8 years ago

@DawnyWu Make sure you use http://localhost:8080/callback as Redirect URI in your soundcloud app.

DawnyWu commented 8 years ago

It works!!! 😄 Thank you