Skip to content

Nazmulislam007/BookBD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce website...

Step 1. Clone this repository.

git clone https://github.com/Nazmulislam007/BookBD.git

Step 2. Installation

Go to the cloned directory

cd BookBD

# change the directory individually to client and server
cd client
cd server
$ yarn
# or
$ npm install

Step 3. Run in development

$ 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+.