/react-chat-app-aws

A basic chat application with user authentication

Primary LanguageJavaScript

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