This repository houses the frontend part of MPDWeb – a web client for the Music Player Daemon.
- React
- TypeScript
- Ramda
- SASS
- Babel
- Webpack
Make sure you have the backend listening on port 8989
.
To get the local development server up and running first install the dependencies:
yarn install
Then start it:
yarn run start
And open http://localhost:8080 to see the app.
MPDWeb is licensed under the MIT License.