baljanak / react-chat-app-aws

A basic chat application with user authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 87.6%Language:HTML 7.5%Language:CSS 4.9%