danyparc / soundcloud-ngrx

SoundCloud API client with Angular2 • RxJS • ngrx/store • ngrx/effects

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

SoundCloud NgRx

A basic SoundCloud API client built with Angular2 and NgRx. Try the live demo.

screenshot

Stack

  • Angular2
  • NgRx Effects
  • NgRx Store
  • RxJS
  • Immutable
  • Ava
  • Circle CI
  • Express
  • Heroku
  • Karma
  • Typescript
  • Webpack

Quick Start

$ git clone https://github.com/r-park/soundcloud-ngrx.git
$ cd soundcloud-ngrx
$ npm install
$ npm start

NPM Commands

Command Description
npm start Start webpack development server @ localhost:3000
npm run build Build production bundles to ./target directory
npm run server Start express server @ localhost:3000 to serve built artifacts from ./target directory
npm test Lint and run tests
npm run test:watch Run tests; watch for changes to re-run tests

About

SoundCloud API client with Angular2 • RxJS • ngrx/store • ngrx/effects

https://soundcloud-ngrx.herokuapp.com

License:MIT License


Languages

Language:TypeScript 90.7%Language:CSS 5.2%Language:JavaScript 3.8%Language:HTML 0.3%