r-park / soundcloud-redux

SoundCloud API client with React • Redux • Redux-Saga

Home Page:https://soundcloud-redux.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

SoundCloud Redux

A basic SoundCloud API client built with React, Redux, and Redux Saga. Try the live demo.

screenshot

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

About

SoundCloud API client with React • Redux • Redux-Saga

https://soundcloud-redux.herokuapp.com

License:MIT License


Languages

Language:JavaScript 92.6%Language:CSS 5.3%Language:HTML 2.1%