In an effort to learn es6 and redux, this is SoundRedux, a simple Soundcloud client
See it in action at https://soundredux.io
Uses normalizr
npm installnpm run start- visit
http://localhost:8080
To see user authentication in action in your local environment, install and run the server.
- Make sure you have Go installed.
- Make sure the
sound-reduxfolder is in your$GOPATH $ cd server$ go get .$ go install .
Once installed you can run the server:
$ server
Feedback, issues, etc. are more than welcome!