https://github.com/samuraikun/aws-serverless-editor-app
https://github.com/samuraikun/aws-serverless-editor-app
appsync aws aws-amplify aws-amplify-react graphql react
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuraikun/aws-serverless-editor-app
- Owner: samuraikun
- Created: 2019-08-22T12:07:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:52:10.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T12:13:05.712Z (9 months ago)
- Topics: appsync, aws, aws-amplify, aws-amplify-react, graphql, react
- Language: JavaScript
- Size: 2.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's this repo?
- the app for my practice about [AWS Amplify](https://aws.amazon.com/jp/amplify/) & [AppSync](https://aws.amazon.com/jp/appsync/).# Run on Local
- Node.js v10.16.0
- use `create-react-app````bash
npm i -g @aws-amplify/cliyarn install
// If you signed up AWS console
amplify init// use Cognito
amplify add auth// select GraphQL API
amplify add apiyarn start
``