A simple network (graph) visualisation using d3 and React.
follow the instructions: 👇🏼
// Step 1: clone the repository.
git clone https://github.com/iamhosseindhv/Network-Visualisation.git network-viz
cd network-viz
// Step 2: install dependencies in the root of the project and `app` directory.
cd app && npm install && cd ../ && npm install
// Step 3: now that you have all the dependencies installed,
// start both the server and client at the same time (from the
// root of the project) by following command:
npm run dev
Your app should be running on port 3000. 👉🏼 http://localhost:3000/
- Completed
- Write tests
- Support for importing data to the database
Hossein Dehnokhalaji
This project is licensed under the MIT license, Copyright (c) 2018 Hossein Dehnokhalaji. For more information see LICENSE.md
.