Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 340 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 340 Bytes

Prerequisites

  • Nodejs (preferrably Node 18)

Get started

  1. Clone the repo
  2. Run npm install

Running the app

This app has both a frontend and backend side. The backend/serverside needs to be started first like this:

npm run server

Then in a separate terminal, start the client by running:

npm start