Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 267 Bytes

File metadata and controls

14 lines (9 loc) · 267 Bytes

graphql-server

GraphQL server example.

Command lines

First use npm install

Then:

  • Run: npm start
  • Run and watch: npm run dev
  • Test: npm run test (require the app running)

To use the Graphql Playground interface open http://localhost:4000