Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 112 Bytes

READme.md

File metadata and controls

9 lines (7 loc) · 112 Bytes
  1. Run the back-end
  • npm install
  • npm run back
  1. Run front-end
  • cd client
  • npm install
  • npm run serve