Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 723 Bytes

README.md

File metadata and controls

34 lines (31 loc) · 723 Bytes

B2B-Travel-Company Website

Getting Started

  1. Clone the repository in your system:

    git clone https://github.com/mishraji874/B2B-Travel-Compnay.git
  2. Go to the folder using command:

    cd B2B-Travel-Company
  3. Install all the packages using the following command:

    npm insall
  4. Move to the client folder for running frontend:

    cd client
  5. Again install all of the packages:

    npm install
  6. Then, run the following command to run the frontend:

    npm start
  7. For running the backend, come back to the main folder and then run the following command:

    cd ..
    node server.js