Go to file
Sébastien NOBILI 73a3bf5e03
Merge pull request #7 from pipoprods/dependabot/npm_and_yarn/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-06-09 09:06:49 +02:00
e2e chore: initial commit from @angular/cli 2019-02-09 15:12:57 +01:00
src Layout enhancements 2019-02-13 22:22:43 +01:00
.angular-cli.json Material Design icons 2019-02-10 15:40:06 +01:00
.editorconfig chore: initial commit from @angular/cli 2019-02-09 15:12:57 +01:00
.gitignore chore: initial commit from @angular/cli 2019-02-09 15:12:57 +01:00
karma.conf.js chore: initial commit from @angular/cli 2019-02-09 15:12:57 +01:00
LICENSE Project license 2019-02-11 13:55:21 +01:00
package-lock.json Bump websocket-extensions from 0.1.3 to 0.1.4 2020-06-07 20:07:08 +00:00
package.json Collection module with artist list display 2019-02-10 16:39:55 +01:00
protractor.conf.js chore: initial commit from @angular/cli 2019-02-09 15:12:57 +01:00
README.md Some documentation 2019-02-10 18:55:09 +01:00
tsconfig.json Paths declaration 2019-02-10 15:43:10 +01:00
tslint.json chore: initial commit from @angular/cli 2019-02-09 15:12:57 +01:00

Music-Client

This is an Angular UI to Music-JS or Music-Laravel.

Design rules

  • Lazy-loading of Angular modules
  • Reactive state with NgRx
  • Pagination of API calls and data display

Running

npm install
npm start

Building

npm run build