Skip to content

full-stack-serverless/react-chat-app-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic chat application with user authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published