This React-based MVP project demonstrates how to use Ant G6 Graph to create interactive and customizable graph visualizations for complex data in a variety of formats.
Getting Started:
- Clone the repository:
git clone https://github.com/your-username/your-project.git - Install dependencies:
npm installoryarn install - Start the development server:
npm startoryarn start - Build the application for production:
npm run buildoryarn build - Run tests:
npm testoryarn test