All Projects → r-park → Soundcloud Ngrx

r-park / Soundcloud Ngrx

Licence: mit
SoundCloud API client with Angular • RxJS • ngrx/store • ngrx/effects

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Soundcloud Ngrx

Store
RxJS powered state management for Angular applications, inspired by Redux
Stars: ✭ 3,959 (+803.88%)
Mutual labels:  rxjs, ngrx
ts-action-operators
TypeScript action operators for NgRx and redux-observable
Stars: ✭ 34 (-92.24%)
Mutual labels:  rxjs, ngrx
Ant Simple Pro
简洁,美观,快速上手,支持3大框架(vue3.0,react,angular,typescript);Concise, beautiful, quick to get started, support 3 big frameworks
Stars: ✭ 73 (-83.33%)
Mutual labels:  webpack, rxjs
Soundcloud Redux
SoundCloud API client with React • Redux • Redux-Saga
Stars: ✭ 681 (+55.48%)
Mutual labels:  webpack, soundcloud
angular2-instagram
🔥Instagram like photo filter playground built with Angular2 (Web | Desktop)
Stars: ✭ 91 (-79.22%)
Mutual labels:  rxjs, ngrx
Great Big Example Application
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
Stars: ✭ 899 (+105.25%)
Mutual labels:  webpack, aot-compilation
Apollo Universal Starter Kit
Apollo Universal Starter Kit is an SEO-friendly, fully-configured, modular starter application that helps developers to streamline web, server, and mobile development with cutting-edge technologies and ultimate code reuse.
Stars: ✭ 1,645 (+275.57%)
Mutual labels:  webpack, ngrx
Angular Rpg
RPG game built with Typescript, Angular, ngrx/store and rxjs
Stars: ✭ 120 (-72.6%)
Mutual labels:  rxjs, ngrx
kanban-project-management
Web Application to manage software development projects.
Stars: ✭ 39 (-91.1%)
Mutual labels:  rxjs, ngrx
community-events-angular
Community Events App built with ❤️ using Angular, NgRx, Rxjs to do thrill in #hacktoberfest21
Stars: ✭ 20 (-95.43%)
Mutual labels:  rxjs, ngrx
Universal
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
Stars: ✭ 669 (+52.74%)
Mutual labels:  webpack, ngrx
Keyist-Ecommerce
🔑 A simple ecommerce site powered with Spring Boot + Angular 10 + Ngrx + OAuth2
Stars: ✭ 220 (-49.77%)
Mutual labels:  rxjs, ngrx
Router Store
Bindings to connect the Angular Router to @ngrx/store
Stars: ✭ 187 (-57.31%)
Mutual labels:  rxjs, ngrx
Front End Stack
Starter kit for building single-page app using React, Redux, RxJS, Reselect, Material UI, Immer, Prettier and Webpack.
Stars: ✭ 11 (-97.49%)
Mutual labels:  webpack, rxjs
Od Virtualscroll
🚀 Observable-based virtual scroll implementation in Angular
Stars: ✭ 133 (-69.63%)
Mutual labels:  rxjs, aot-compilation
Ngc Webpack
Angular compiler-cli with webpack's loader chain.
Stars: ✭ 87 (-80.14%)
Mutual labels:  webpack, aot-compilation
Taskmgr
a team collaboration tutorial app like teambition/worktile
Stars: ✭ 95 (-78.31%)
Mutual labels:  rxjs, ngrx
Example App
Example app showcasing the ngrx platform
Stars: ✭ 1,361 (+210.73%)
Mutual labels:  rxjs, ngrx
streamkit
My streaming overlay platform for YouTube https://bit.ly/3AvaoFz and Twitch https://bit.ly/37xUPAM
Stars: ✭ 15 (-96.58%)
Mutual labels:  rxjs, ngrx
juliette
Reactive State Management Powered by RxJS
Stars: ✭ 84 (-80.82%)
Mutual labels:  rxjs, ngrx

CircleCI

SoundCloud NgRx

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

screenshot

Stack

  • Angular with AOT compilation
  • 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 ./dist directory; includes AOT compilation and tree-shaking
npm run server Start express server @ localhost:3000 to serve built artifacts from ./dist directory
npm test Lint and run tests; output coverage report to ./coverage
npm run test:watch Run tests; watch for changes to re-run tests
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].