Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chentsulin/koa-graphql-relay-example
Todo example for koa-graphql and relay
https://github.com/chentsulin/koa-graphql-relay-example
Last synced: about 1 month ago
JSON representation
Todo example for koa-graphql and relay
- Host: GitHub
- URL: https://github.com/chentsulin/koa-graphql-relay-example
- Owner: chentsulin
- License: other
- Created: 2015-11-24T02:07:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T11:47:09.000Z (about 8 years ago)
- Last Synced: 2024-04-08T17:18:00.990Z (8 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 98
- Watchers: 4
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-graphql - koa-graphql-relay-example - Example of [koa-graphql](https://github.com/chentsulin/koa-graphql) (Examples / JavaScript Examples)
- awesome-relay - `koa-graphql-relay-example` - "TODO" app with [`koa-graphql`](https://github.com/chentsulin/koa-graphql) and `relay`. (Example Implementations)
README
# koa-graphql-relay-example
## Examples
- todo
- relay-treasurehunt
- star-wars
- react-native-TodoMVC (React Native)
- koa2-todo (koa v2)## Setup
```sh
npm i
npm start
```