graphql-typescript icon indicating copy to clipboard operation
graphql-typescript copied to clipboard

Getting started with GraphQL and TypeScript using TypeGraphQL

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