/book-frontend

Frontend of the bachelor thesis book application

Primary LanguageSvelte

book-frontend

Frontend for the bachelor thesis book application.

screenshot

Developing

yarn dev

Building

To create a production version of this app:

yarn build

You can preview the production build with yarn preview.

Deploy

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/