If you don't have any type of server, you can run mockup with json-server.
The mockup database is json-formatted now.
npx json-server --watch -p 3005 apiResults.json
yarn start
- Read It reads data from apiResults.json and transfers to React app.
- Display React app receives that and draws graphs according to rules by the data structure. Draws on SVG.