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

https://github.com/staylor/apple-music


https://github.com/staylor/apple-music

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Apple Music Demo

Built with `kyt`, Redux, and Relay.

If you don't have Yarn: `brew install yarn`

```
# in one tab
cd graphql && yarn install && npm run dev
# GraphiQL is available at http://localhost:8000

# in another tab
cd app && yarn install && npm run dev
# App is running at http://localhost:3000
```