Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.03 KB

readme.md

File metadata and controls

43 lines (28 loc) · 1.03 KB

Serverless Chat App Example

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)

Local development

Requirements

  • node v14.x, yarn

Install dependencies for backend, and web

npm run install:all

Start backend & webapp

npm run dev

Deploying to webapp & backend to AWS

From local machine

npm run deploy:staging
npm run deploy:production

Using Amplify Console