# make sure you have node and npm installed on your machine
node --version
npm --version
# navigate to this repository and install the node modules
npm install
# start the server
npm run start-server
# in another terminal window, start the client server
npm run start-client
Open a browser tab and navigate to localhost:1234
.