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
# 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