Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 356 Bytes

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'