/mpdweb.frontend

MPD Web frontend.

Primary LanguageTypeScriptMIT LicenseMIT

mpdweb.frontend

This repository houses the frontend part of MPDWeb – a web client for the Music Player Daemon.

Stack

  • React
  • TypeScript
  • Ramda
  • SASS
  • Babel
  • Webpack

Development

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.

License

MPDWeb is licensed under the MIT License.