An open API service indexing awesome lists of open source software.

https://github.com/dabit3/nextjs-with-aws-appsync

Demo of a working Next.js with AWS AppSync example
https://github.com/dabit3/nextjs-with-aws-appsync

appsync aws-appsync graphql nextjs react reactjs ssr

Last synced: 3 months ago
JSON representation

Demo of a working Next.js with AWS AppSync example

Awesome Lists containing this project

README

          

# Next.js with AWS AppSync
Check out [this](https://medium.com/@dabit3/ssr-graphql-apps-with-next-js-aws-appsync-eaf7fbeb1bde) post for a full walk-through.

## Getting started

1. Create your AppSync.js configuration

2. Install dependencies

```bash
yarn
```

3. Start the app

```bash
npm run dev
```