https://github.com/soaple/stickyboard-graphql-helper
GraphQL backend helper for StickyBoard
https://github.com/soaple/stickyboard-graphql-helper
Last synced: 20 days ago
JSON representation
GraphQL backend helper for StickyBoard
- Host: GitHub
- URL: https://github.com/soaple/stickyboard-graphql-helper
- Owner: soaple
- License: mit
- Created: 2020-04-06T10:53:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T12:20:07.000Z (almost 4 years ago)
- Last Synced: 2025-03-12T09:11:17.127Z (about 1 month ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stickyboard-graphql-helper
GraphQL backend helper for StickyBoard[](https://npmjs.org/package/@stickyboard/graphql-helper)
[](https://npmjs.org/package/@stickyboard/graphql-helper)
[](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).