Playing with Apollo, just learning.
To run locally execute npm start
.
You can query graphql on http://localhost:3000/graphiql
.
A React UI is available at http://localhost:8080
query {
tracks {
title
artist
}
}
npm test
will run Jest.