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
- Host: GitHub
- URL: https://github.com/dabit3/nextjs-with-aws-appsync
- Owner: dabit3
- Created: 2018-05-29T22:34:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T21:32:33.000Z (over 7 years ago)
- Last Synced: 2025-04-18T10:29:24.207Z (10 months ago)
- Topics: appsync, aws-appsync, graphql, nextjs, react, reactjs, ssr
- Language: JavaScript
- Size: 1.87 MB
- Stars: 32
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```