cd frontend
npm install
npm run build
add `REACT_APP_MODE=development` to .env file
cd frontend
npm run start
cd ..
go run .
go to http://localhost:3000
(you can install air https://github.com/air-verse/air for live-reload)
gcloud app deploy
go test ./...