This project contains React client for displaying NY Times book genres & retrieving top 10 best sellers from each upon request.
The client depends on the reedtheesbooks-server
.
- clone the server repo from https://github.com/vileppanen/reedtheesbooks-server & follow the instructions in it's README to get it up and running.
- execute
npm ci && npm start
in this repo's root.
Note: client assumes the server runs on port 3001