| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple GraphQL server for powering examples of various GraphQL clients in various languages.
You can install and run the server without needing to clone this repo by doing:
npm install -g graphql-client-example-server
...and then simply running with graphql-client-example-server.
You can also provide a PORT environment variable to control what port the server will run on (default 4000).
yarn start
yarn && yarn build --watch // In a separate terminal yarn start
| Back | FazBrowse Home | New Git URL |