Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertoachar/playground-koa-graphql
A playground for Koa with GraphQL.
https://github.com/robertoachar/playground-koa-graphql
graphql koa node playground
Last synced: about 1 month ago
JSON representation
A playground for Koa with GraphQL.
- Host: GitHub
- URL: https://github.com/robertoachar/playground-koa-graphql
- Owner: robertoachar
- License: mit
- Created: 2019-05-04T00:42:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T16:36:58.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T21:15:00.145Z (3 months ago)
- Topics: graphql, koa, node, playground
- Language: JavaScript
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# playground-koa-graphql
Generated by [Node Project Generator](https://github.com/robertoachar/generator-node).
[![License][license-badge]][license-url]
> A playground for Koa with GraphQL.
# Development
- Clone the repo
```bash
$ git clone https://github.com/robertoachar/playground-koa-graphql.git
```- Install dependencies
```bash
$ npm install
```- Run scripts
| Action | Usage |
| ---------------------- | -------------- |
| Start development mode | `npm start` |
| Lint code | `npm run lint` |# Author
[Roberto Achar](https://twitter.com/robertoachar)
# License
[MIT](https://github.com/robertoachar/playground-koa-graphql/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/playground-koa-graphql.svg
[license-url]: https://opensource.org/licenses/MIT