-
Clone the repository in your system:
git clone https://github.com/mishraji874/B2B-Travel-Compnay.git
-
Go to the folder using command:
cd B2B-Travel-Company
-
Install all the packages using the following command:
npm insall
-
Move to the
client
folder for running frontend:cd client
-
Again install all of the packages:
npm install
-
Then, run the following command to run the frontend:
npm start
-
For running the backend, come back to the main folder and then run the following command:
cd .. node server.js