Install the JS for this project:
npm install
The server, client and mock-server need to be run in separate processes in the following order:
*mock-server *perspective server *client
To run the Mock Server:
npm run start:mock
To run the Perspective backend:
npm run start:server
To run the React client:
npm run start:client
Then visit localhost:3000 in your browser.