Getting started with GraphQL and TypeScript using TypeGraphQL - https://pusher.com/tutorials/graphql-typescript
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.
- 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
- The creator of TypeGraphQL (Michał Lytek) for helping out on the project chat