Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 451 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 451 Bytes

data2graph

A interactive data visualization solution

data2graph provides capabilities for creation and deployment of reports, charts, dashboards, and interactive data visualization solutions and Based on react, G2, less, webpack

Usage

# install all this dependencies.
npm i

# development, default port: 8080
npm run dev

# production
npm run build

# build with report
npm run build --report

# lint the files
npm run lint