Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d87df37

Browse files
Update README.md
1 parent 273847d commit d87df37

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎README.md‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,24 @@
22
⚡The simplest serverless GraphQL API deployed on Netlify possible
33

44
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/stemmlerjs/serverless-graphql-netlify-starter)
5+
6+
## Installation
7+
8+
Clone and run npm install to install the dependencies.
9+
10+
```bash
11+
npm install
12+
```
13+
14+
### Start locally
15+
16+
To run the project locally, use the `start` command.
17+
18+
```bash
19+
npm run start
20+
```
21+
## About
22+
23+
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.
24+
25+
Check out [server.js](https://github.com/stemmlerjs/serverless-graphql-netlify-starter/blob/master/src/server.js) for how it works.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /