Frontend for the bachelor thesis book application.
yarn dev
To create a production version of this app:
yarn build
You can preview the production build with yarn preview
.
First rollout the infrastructure for the book application. After that you have to use the
correct api-gateway url in the src/lib/api/index.ts
. Afterwards build the application and deploy it with the following command:
aws s3 cp build s3://book-serverless-frontend --recursive --profile jambit
After that you can go to http://book-serverless-frontend.s3-website.us-east-1.amazonaws.com/