|
|
hace 5 años | |
|---|---|---|
| .. | ||
| public | hace 5 años | |
| src | hace 5 años | |
| .env.example | hace 5 años | |
| .env.test | hace 5 años | |
| .eslintrc.js | hace 5 años | |
| .gitignore | hace 5 años | |
| .prettierrc.js | hace 5 años | |
| README.md | hace 5 años | |
| package.json | hace 5 años | |
| tsconfig.json | hace 5 años | |
| yarn.lock | hace 5 años | |
This is a frontend web app for use with the go-music-player server.
yarn startRuns the app in the development mode.
yarn testRuns tests
yarn buildBuilds app
This is the main part of the app. It is responsible for handling:
This is the part of the app which implements user interaction. It is responsible for handling:
UIs follow a common model and are built into separate bundles, then lazily loaded.
The following UIs are implemented:
This is based heavily on the cmus ncurses-based music player, and is essentially a web-based client with vim-like bindings for navigation.