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: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuraikun/aws-serverless-editor-app
- Owner: samuraikun
- Created: 2019-08-22T12:07:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:52:10.000Z (over 3 years ago)
- Last Synced: 2025-01-22T12:13:05.712Z (over 1 year 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/cli
yarn install
// If you signed up AWS console
amplify init
// use Cognito
amplify add auth
// select GraphQL API
amplify add api
yarn start
``