Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 404 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 404 Bytes

Books-app

An SPA with my favorite books, grouped by genre. Vuejs and vuetify were used.

Here is a preview: Preview

How to run the server

In order to install all packages, you have to use:

yarn

Then, in order to run the server, you have to use:

yarn serve

The website can be found in: http://localhost:8080/ .