Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anyaudio/web

[Inactive] A free, open source music player
https://github.com/anyaudio/web

babel babel-preset babel-webpack es-2015 eslint frontend javascript music music-player react-router-dom react-router-v4 reactjs reducer redux redux-devtools redux-thunk router webpack

Last synced: 10 days ago
JSON representation

[Inactive] A free, open source music player

Awesome Lists containing this project

README

        

# AnyAudio Web App

:tada: :musical_note: :tada:

A front end to utilise [AnyAudio API](https://github.com/anyaudio/anyaudio-server).

Enjoy live at https://anyaudio.in/.

[![Join the chat at https://gitter.im/Any-Audio/anyaudio-web-app](https://badges.gitter.im/Any-Audio/anyaudio-web-app.svg)](https://gitter.im/Any-Audio/anyaudio-web-app?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/anyaudio/web.svg?branch=master)](https://travis-ci.org/anyaudio/web)

## Development

### Required packages
```bash
npm install -g yarn
```

### Installing dependencies
```bash
yarn
```

### Starting Dev Server
```bash
yarn start
```

### Building
```bash
yarn build
```

### Running Tests
```bash
yarn test
```

### Deploying to `gh-pages`
```bash
yarn deploy
```

**Note:** Write access to repository is required.