serverless-typescript-graphql-netlify-starter
serverless-typescript-graphql-netlify-starter copied to clipboard
⚡A serverless TypeScript GraphQL API deployed on Netlify
serverless-typescript-graphql-netlify-starter
⚡A serverless TypeScript GraphQL API deployed on Netlify
Installation
Clone and run npm install to install the dependencies.
npm install
Start locally
To run the project locally, use the start
command.
npm run start
About
This project uses both apollo-server
and apollo-server-lambda
so that you can write your GraphQL resolvers and type definitions in one place, yet run GraphQL servers locally and serverlessly.
Check out server.ts for how it works.