Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toncherami/mpdweb.frontend
MPD Web frontend.
https://github.com/toncherami/mpdweb.frontend
Last synced: 14 days ago
JSON representation
MPD Web frontend.
- Host: GitHub
- URL: https://github.com/toncherami/mpdweb.frontend
- Owner: TonCherAmi
- License: mit
- Created: 2020-09-13T01:57:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T23:29:52.000Z (5 months ago)
- Last Synced: 2024-11-05T12:29:04.161Z (2 months ago)
- Language: TypeScript
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# mpdweb.frontend
This repository houses the frontend part of [MPDWeb](https://github.com/toncherami/mpdweb) – a web client for the [Music Player Daemon](https://musicpd.org).
## Stack
- React
- TypeScript
- Ramda
- SASS
- Babel
- Webpack## Development
Make sure you have the [backend](https://github.com/toncherami/mpdweb.backend) listening on port `8989`.
To get the local development server up and running first install the dependencies:
```shell
yarn install
```Then start it:
```shell
yarn run start
```And open http://localhost:8080 to see the app.
## License
MPDWeb is licensed under the [MIT License](http://opensource.org/licenses/MIT).