Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-park/soundcloud-redux
SoundCloud API client with React • Redux • Redux-Saga
https://github.com/r-park/soundcloud-redux
react react-redux react-router redux-saga soundcloud soundcloud-api webpack
Last synced: 30 days ago
JSON representation
SoundCloud API client with React • Redux • Redux-Saga
- Host: GitHub
- URL: https://github.com/r-park/soundcloud-redux
- Owner: r-park
- License: mit
- Created: 2016-08-02T02:55:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T00:55:35.000Z (over 7 years ago)
- Last Synced: 2024-09-27T11:43:15.747Z (about 1 month ago)
- Topics: react, react-redux, react-router, redux-saga, soundcloud, soundcloud-api, webpack
- Language: JavaScript
- Homepage: https://soundcloud-redux.herokuapp.com
- Size: 266 KB
- Stars: 713
- Watchers: 22
- Forks: 166
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/r-park/soundcloud-redux.svg?style=shield&circle-token=f1dddd8dfa05f08655f30b7d7451d23360f63652)](https://circleci.com/gh/r-park/soundcloud-redux)
# SoundCloud Redux
A basic SoundCloud API client built with React, Redux, and Redux Saga. Try the [live demo](https://soundcloud-redux.herokuapp.com).
![screenshot](http://i.imgur.com/nylCI4T.png)
Stack
------ React (Create-React-App)
- React-Redux
- React-Router
- Redux-Saga
- RxJS
- Immutable
- Ava
- Circle CI
- Express
- Heroku
- SuperagentQuick Start
-----------```shell
$ 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|