/Redux-SoundCloud

React/Redux + SoundCloud API - Music App

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Redux-SoundCloud

About

This is the Music Single Application using React/Redux and SoundCloud API. The Redux-SoundCloud is built by [Big-Silver].

Quick Start

  1. git clone https://github.com/Big-Silver/Redux-SoundCloud.git redux-sound
  2. cd redux-sound
  3. npm install
  4. npm start
  5. 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