Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 486 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 486 Bytes

How to Run the Project Locally?

  1. Clone the project from GitHub
  2. git clone https://github.com/yunqiu21/reco.git
  3. cd reco/backend
  4. npm install
  5. npm start
  6. Now the backend is running at http://localhost:5000
  7. (May need to open another bash script in the terminal)
  8. cd reco/frontend
  9. npm install
  10. npm start
  11. Now the web application will start on your browser