SoundCloud Redux
A basic SoundCloud API client built with React, Redux, and Redux Saga. Try the live demo.
Stack
- React (Create-React-App)
- React-Redux
- React-Router
- Redux-Saga
- RxJS
- Immutable
- Ava
- Circle CI
- Express
- Heroku
- Superagent
Quick Start
$ git clone https://github.com/r-park/soundcloud-redux.git
$ cd soundcloud-redux
$ npm install
$ npm start
NPM Commands
Command | Description |
---|---|
npm start | Start webpack development server @ localhost:3000 |
npm run build | Build production bundles to ./build directory |
npm run server | Start express server @ localhost:3000 to serve build artifacts from ./build directory |