Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 555 Bytes

File metadata and controls

18 lines (15 loc) · 555 Bytes

Roundtable Project

Roundtable UI

  1. cd round-table-ui

Generate new react component

To Develop Locally

  1. yarn start

To Deploy to AWS

  1. yarn build && yarn deploy

Roundtable API

  1. cd round-table-api

To Deploy locally

  1. rackup lib/round-table/config.ru

To Deploy to AWS

  1. sam package --template-file template.yaml --output-template-file serverless-output.yaml --s3-bucket roundtable-api
  2. sam deploy --template-file serverless-output.yaml --stack-name roundtable-api --capabilities CAPABILITY_IAM