Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 251 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 251 Bytes

graphql-server-example

A single GraphQL server example.

How to run

  1. If you have docker, simply run docker-compose run --build -d to build and run the project in docker.
  2. If you just wanna run it locally, another way is to run npm run start.