A template server for graphql with express written in Typescript.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
dependabot[bot] a93ab42285
Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
config Change the application to use the cluster api 5 years ago
src Change the application to use the cluster api 5 years ago
.gitignore Working server with example graphql 5 years ago
LICENSE Create LICENSE 5 years ago
README.md Update README.md 5 years ago
gulpfile.js Working server with example graphql 5 years ago
package.json Change the application to use the cluster api 5 years ago
tsconfig.json Working server with example graphql 5 years ago
tslint.json Change the application to use the cluster api 5 years ago
yarn.lock Bump async from 2.6.3 to 2.6.4 3 years ago

README.md

Template for Express Graphql servers

This repository can be used as a template to create a graphql webservice with nodejs and express.

Install

Just clone the repository and run yarn install.

Build

To build the project and run it, type gulp (if gulp was not found, install it with npm i -g gulp). To run it you would run node ./dist which executes the generated index.js file in the dist directory.