Skip to content

Files

Latest commit

855cce0 · Aug 15, 2020

History

History
45 lines (27 loc) · 669 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 669 Bytes

Chat App with React & AWS

Real Time Chat with React, GraphQL, and AWS AppSync

This application can be deployed with either AWS Amplify or CDK.

Deploying with AWS Amplify

  1. 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
  1. Install the dependencies:
npm install 

# or

yarn
  1. Deploy the back end
amplify init

# walk through steps

amplify push
  1. Start the app
npm start

Deploying with CDK

To deploy with CDK, follow the steps here