For this project you will need to run a server and a client.
from the root of this folder navigate to
frontend-challenge
and run
npm install
from there you can start the backend server using
npm start
with the backend server running, navigate to you root folder again and run
npm install
and then
npm start
you'll then be told that a server is running on the port 3000, and prompted to start the client on a different server. enter yes and continue
the client should run automatically in your browser. If it doesn't, check the terminal see which port the client is running on