Home

Awesome

CircleCI

SoundCloud NgRx

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

screenshot

Stack

Quick Start

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

NPM Commands

CommandDescription
npm startStart webpack development server @ localhost:3000
npm run buildBuild production bundles to ./dist directory; includes AOT compilation and tree-shaking
npm run serverStart express server @ localhost:3000 to serve built artifacts from ./dist directory
npm testLint and run tests; output coverage report to ./coverage
npm run test:watchRun tests; watch for changes to re-run tests