For running locally, this project uses serverless to run a mocked API gateway locally, which is invoked through start-server. Start the server with yarn start-server
Run the client with yarn start-client
$ yarn install
$ yarn build
$ yarn start-server
$ yarn start-client
Run the client with yarn start-client