Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1005 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 1005 Bytes

The following project is a search app based on Good Reads API .

ListBooks

npm start

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.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

npm run deploy

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/