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

https://github.com/nfantone/hackernews-react-apollo

Tutorial project from https://www.howtographql.com + recompose
https://github.com/nfantone/hackernews-react-apollo

apollographql graphcool graphql react recompose

Last synced: 5 months ago
JSON representation

Tutorial project from https://www.howtographql.com + recompose

Awesome Lists containing this project

README

          

# hackernews-react-apollo

[![Greenkeeper badge](https://badges.greenkeeper.io/nfantone/hackernews-react-apollo.svg)](https://greenkeeper.io/)

This is the tutorial project from [How to GraphQL][how-to-gql] on using [GraphQL][graphql] + [Apollo][apollo], with a dash of [Recompose][recompose] on top. Uses [graph.cool][graph-cool] for the backend.

```sh
git clone git@github.com:nfantone/hackernews-react-apollo.git
cd hackernews-react-apollo
npm i
npm start
```

---

## LICENSE

MIT

[apollo]: https://www.apollographql.com
[graphql]: https://graphql.org
[how-to-gql]: https://www.howtographql.com/react-apollo/
[recompose]: https://github.com/acdlite/recompose
[graph-cool]: https://graph.cool/