https://github.com/stemmlerjs/serverless-typescript-graphql-netlify-starter
⚡A serverless TypeScript GraphQL API deployed on Netlify
https://github.com/stemmlerjs/serverless-typescript-graphql-netlify-starter
api graphql netlify severless typescript
Last synced: about 2 months ago
JSON representation
⚡A serverless TypeScript GraphQL API deployed on Netlify
- Host: GitHub
- URL: https://github.com/stemmlerjs/serverless-typescript-graphql-netlify-starter
- Owner: stemmlerjs
- License: mit
- Created: 2020-02-24T00:29:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:07:15.000Z (over 2 years ago)
- Last Synced: 2023-03-04T16:19:11.593Z (about 2 years ago)
- Topics: api, graphql, netlify, severless, typescript
- Language: TypeScript
- Size: 1.42 MB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-typescript-graphql-netlify-starter
⚡A serverless TypeScript GraphQL API deployed on Netlify[](https://app.netlify.com/start/deploy?repository=https://github.com/stemmlerjs/serverless-typescript-graphql-netlify-starter)
## Installation
Clone and run npm install to install the dependencies.
```bash
npm install
```### Start locally
To run the project locally, use the `start` command.
```bash
npm run start
```
## AboutThis 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](https://github.com/stemmlerjs/serverless-typescript-graphql-netlify-starter/blob/master/src/server.ts) for how it works.