A basic SoundCloud API client built with Angular2 and NgRx. Try the live demo.
- Angular2
- NgRx Effects
- NgRx Store
- RxJS
- Immutable
- Ava
- Circle CI
- Express
- Heroku
- Karma
- Typescript
- Webpack
$ git clone https://github.com/r-park/soundcloud-ngrx.git
$ cd soundcloud-ngrx
$ npm install
$ npm start
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 |