Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 265 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 265 Bytes

graphql-comment

Comment System based on graphql compose

Installation

$ npm install graphql-comment

Development

  1. Run MongoDB:
$ docker run -d -p 27017:27017 mongo
  1. Run GraphQL server:
$ npm run dev