Skip to content

gogochickenleg/reco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.3%
  • CSS 15.1%
  • HTML 6.3%
  • Shell 0.3%