Built in react with typescript and hooks!
Look into serverless-api/README.md for running the api gateway locally.
Look into serverless-api/dynamodb-serverless/README.md to run dynamodb locally. (Required by the api gateway)
yarn
REACT_APP_GOOGLE_API_KEY="" REACT_APP_CLIENT_ID="" yarn start # Find the keys in the google dev console
yarn
yarn build
aws s3 sync build s3://<bucket>