Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soaple/stickyboard-graphql-helper

GraphQL backend helper for StickyBoard
https://github.com/soaple/stickyboard-graphql-helper

Last synced: 15 days ago
JSON representation

GraphQL backend helper for StickyBoard

Awesome Lists containing this project

README

        

# stickyboard-graphql-helper
GraphQL backend helper for StickyBoard

[![Version](https://img.shields.io/npm/v/@stickyboard/graphql-helper.svg)](https://npmjs.org/package/@stickyboard/graphql-helper)
[![Downloads/week](https://img.shields.io/npm/dw/@stickyboard/graphql-helper.svg)](https://npmjs.org/package/@stickyboard/graphql-helper)
[![License](https://img.shields.io/npm/l/@stickyboard/graphql-helper.svg)](https://github.com/soaple/@stickyboard/graphql-helper/blob/master/package.json)

# Webpack watch
```bsh
$ npm start
```

# Build
```bsh
$ npm run build
```

# Publish to npm
```bsh
$ npm publish --access public
```

# License
This project is licenced under the [MIT License](http://opensource.org/licenses/mit-license.html).