Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 925 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 925 Bytes

SoundRedux

This was forked from sound-redux

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

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Local authentication server setup

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

The first way is to use Go, please see. But i wrote a simple script to do this.

# run a proxy server for authentication
npm run auth

Feedback, issues, etc. are more than welcome!