A simple full-stack chat web app (mobile example in progress) with a serverless backend.
See live demo here: https://serverless-chat-arc.nafets.dev/
built with Architect(https://arc.codes)
node
v14.x,yarn
npm run install:all
npm run dev
npm run deploy:staging
npm run deploy:production
- Fork this repo
- Follow guide to connect your repo to amplify for automatic deployments: https://docs.aws.amazon.com/amplify/latest/userguide/getting-started.html
- ** after initial deploy, you need to manually update the rewrites/redirects to match the configuration in
amplify-redirects.json
main
branch will deploy aproduction
env. All other branches will be astaging-{branch-name}
deploy. see (https://arc.codes/docs/en/guides/developer-experience/deployment)