In this Tutorial I explain how to implement a real time update chart using JSON fake API and apexcharts
Inside this repo you have two folders: web-client and server.
If you are using vscode open 2 terminals,
in the first terminal navigate to web-client directory,
and in the second terminal navigate to `server directory.
in both terminals run the command npm install,
after installation is completed,
in your web-clint directory run npm run dev,
and in the server directory run npm run serve-json.
navigate to localhost:3000 in your browser.
Your are ready to go.