This project was bootstrapped with Create React App.

do yarn install in the root of the project

for the mock graphql server - find folder "graphql-server", cd into it and do yarn install there

Available Scripts

In the project directory, you can run:

yarn dev

Runs the app in the development mode.
Runs the mock REST API endpoints - with help of mocking tool json-server, data can be found in db.json file.
Runs also the mock graphql server. Can be found in "graphql-server" directory.