Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 301 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 301 Bytes

Guide

In the project directory, you can run:

Open backend folder

  • open command window and run "npm install" or "yarn install"
  • run "npm run server" || "yarn run server"

Open frontend folder

  • open command window and run "npm install" or "yarn install"
  • run "npm start" || "yarn start"