The following project is a search app based on Good Reads API .
There are two servers !!
One for client side and other for server side.
this command runs both the server. Check package.json file , which concurrently runs two servers one after the other
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
for internal api calling we are running the server side on port 3001 .
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
This deploys the code . Using pre-deploy and deploy scripts in package.json . Run this on gitbash . Make sure the git is install in the computer This will deploy the code to the page : https://akshatbais.github.io/searchBookApp/