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
Trivernis 898edf39f2 Updated Readme 5 years ago
src Working server with example graphql 5 years ago
.gitignore Working server with example graphql 5 years ago
README.md Updated Readme 5 years ago
gulpfile.js Working server with example graphql 5 years ago
package-lock.json Working server with example graphql 5 years ago
package.json Working server with example graphql 5 years ago
tsconfig.json Working server with example graphql 5 years ago
tslint.json Working server with example graphql 5 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 npm i.

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.