Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 466 Bytes

File metadata and controls

9 lines (7 loc) · 466 Bytes

MarkeTree Installation step

How to run our application?

  • git clone the repo into your local machine.
  • Makesure you open two terminals, Get in the folder that you downlaoded. In one terminal run cd frontend, the other is cd backend.
  • In the frontend section, run npm install, and npm start build.
  • The the backend section, run npm install, and npm start.

Then you will be able to see our application in localhost:3000.