Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 613 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 613 Bytes

How to get the app working

  • Clone repo

npm install

  • cd into backend and npm install
  • cd into frontend and npm install or yarn

Build

  • cd into frontend and build yarn build or npm run build

Run app

  • cd into backend and npm start
  • go to localhost:5500 on the browser to see the app running

Misc.