Skip to content

r-park/soundcloud-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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