├── client ├── book-list.html ├── book-list.js └── index.html └── server ├── book-api.js ├── hello-world.js ├── package-lock.json └── package.json /client/book-list.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 |