Real Time Chat with React, GraphQL, and AWS AppSync
This application can be deployed with either AWS Amplify or CDK.
Deploying with AWS Amplify
- Clone the repo and change into the directory:
git clone https://github.com/full-stack-serverless/react-chat-app-aws.git
cd react-chat-app-aws
- Install the dependencies:
npm install
# or
yarn
- Deploy the back end
amplify init
# walk through steps
amplify push
- Start the app
npm start
Deploying with CDK
To deploy with CDK, follow the steps here