Skip to content

murajun1978/example-graphql-typescript-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Server with TypeScript

An example for Express GraphQL with TypeScript

Get started

Clone the repository:

$ git clone https://github.com/murajun1978/example-graphql-typescript-express.git
$ cd example-graphql-typescript-express

Install dependencies:

$ npm install

Run GraphQL Server:

$ npm start

Compile for Production

$ npm run build

Run GraphQL Server:

$ node dist/index.js

Use graphql-middleware

Go to use-graphql-middleware

$ git checkout use-graphql-middleware

About

An example for Express GraphQL with TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published