Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
- Superagent

Quick 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|