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)
nodev14.x,yarn
npm run install:allnpm run devnpm 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 mainbranch will deploy aproductionenv. All other branches will be astaging-{branch-name}deploy. see (https://arc.codes/docs/en/guides/developer-experience/deployment)