Skip to content

qborreda/sound-redux

 
 

Repository files navigation

SoundRedux

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

  1. npm install
  2. npm run start
  3. visit http://localhost:8080

Install local server

To see user authentication in action in your local environment, install and run the server.

  1. Make sure you have Go installed.
  2. Make sure the sound-redux folder is in your $GOPATH
  3. $ cd server
  4. $ go get .
  5. $ go install .

Once installed you can run the server: $ server

Feedback, issues, etc. are more than welcome!

About

A Soundcloud client built with React / Redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.7%
  • CSS 35.6%
  • Other 0.7%