DavidNix / sound-redux

A Soundcloud client built with React / Redux

Home Page:http://soundredux.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://soundredux.io

License:GNU General Public License v3.0


Languages

Language:JavaScript 64.7%Language:CSS 34.6%Language:Go 0.4%Language:HTML 0.3%