0.0.8 • Published 7 years ago

graphql-comment v0.0.8

Weekly downloads
24
License
-
Repository
-
Last release
7 years ago

graphql-comment

Comment System based on graphql compose

Installation

$ npm install graphql-comment

Development

  1. Run MongoDB:

    $ docker run -d -p 27017:27017 mongo
  2. Run GraphQL server:

    $ npm run dev