Skip to content

deepakjosp/EChart-POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EChart-POC

Sample React app for demonstrating usage of echarts-for-react with live data feed from server using Socket.io

To run

Server
  • move to folder 'server'
  • do npm install
  • run command 'npm start'
UI
  • move to folder 'ui'
  • do npm install
  • run command 'npm start'