Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 988 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 988 Bytes

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