Simple project with local api.
git clone https://github.com/PanLydka/some-Books
npm install
yarn install
json-server --watch db.json --port 3001
Wait for your local server to start (about 30 seconds) and in second terminal
npm start
This project was bootstrapped with Create React App.