https://github.com/staylor/apple-music
https://github.com/staylor/apple-music
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/staylor/apple-music
- Owner: staylor
- Created: 2016-10-26T00:33:21.000Z (over 9 years ago)
- Default Branch: relay
- Last Pushed: 2017-04-03T03:59:24.000Z (about 9 years ago)
- Last Synced: 2025-03-23T15:16:59.662Z (about 1 year ago)
- Language: JavaScript
- Size: 262 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```