git clone https://github.com/Nazmulislam007/BookBD.git
Go to the cloned directory
cd BookBD
# change the directory individually to client and server
cd client
cd server
$ yarn
# or
$ npm install
$ yarn dev
# or
$ npm run dev
Runs the app in the development mode.
Open http://localhost:5173 to view frontend in your browser.
Open http://localhost:3002 for backend.
Note: Make sure you have installed node version 18+
.