Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 677 Bytes

File metadata and controls

19 lines (15 loc) · 677 Bytes

real-time-update-data-apexcharts

In this Tutorial I explain how to implement a real time update chart using JSON fake API and apexcharts

INSTRUCTION

Inside this repo you have two folders: web-client and server.

dependencies installation.

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.

Installation

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.