Real-time event comment platform with markdown support
- Built with GraphQL, AWS AppSync & AWS Amplify
- GraphQL subscriptions for real-time comments
- Markdown support for rich comments
- Local & optimistic cached updates
- Clone the repo
git clone https://github.com/dabit3/speakerchat.git
cd speakerchat
- Initialize the Amplify project
amplify init
- Deploy the back end
amplify push
- Do you want to generate code for your newly created GraphQL API? N
- Launch the app
npm start