Skip to content

Getting started with GraphQL and TypeScript using TypeGraphQL

Notifications You must be signed in to change notification settings

ammezie/graphql-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-typescript

Getting started with GraphQL and TypeScript using TypeGraphQL - https://pusher.com/tutorials/graphql-typescript

Getting Started

Clone the project repository by running the command below if you use SSH

$ git clone [email protected]:ammezie/graphql-typescript.git

If you use https, use this instead

$ git clone https://github.com/ammezie/graphql-typescript.git

After cloning, run:

$ npm install

Then compile the TypeScript files to JavaScript:

$ npm run build

And finally, start the application:

$ npm start

The server will be running on http://localhost:4000.

Built With

  • TypeGraphQL - Modern framework for GraphQL API in Node.js
  • graphql-yoga - Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience
  • TypeScript - A typed superset of JavaScript that compiles to clean JavaScript

Acknowledgments

About

Getting started with GraphQL and TypeScript using TypeGraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published