Ignore the server folder, not in use here
This chat room app uses the AWS Amplify framework. You will need an AWS account to run it.
- cd into client folder
npm i
You will need to configure amplify with your credentials:
amplify configure
Once that is done, run amplify init
? Do you want to use an existing environment? Yes
? Choose the environment you would like to use: dev
Go ahead and run the app!
npm start
Credit to Nader Dabit for the react components and the graphql schema