https://github.com/neo4j-devtools/nvl-boilerplates
Template projects to get started with the Neo4j Visualization Library (NVL)
https://github.com/neo4j-devtools/nvl-boilerplates
force-directed-graphs graph-layout graphviz neo4j
Last synced: 8 months ago
JSON representation
Template projects to get started with the Neo4j Visualization Library (NVL)
- Host: GitHub
- URL: https://github.com/neo4j-devtools/nvl-boilerplates
- Owner: neo4j-devtools
- Created: 2024-09-12T04:22:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T04:59:41.000Z (over 1 year ago)
- Last Synced: 2024-12-07T04:22:38.941Z (over 1 year ago)
- Topics: force-directed-graphs, graph-layout, graphviz, neo4j
- Language: JavaScript
- Homepage: https://neo4j.com/docs/nvl/current/
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains boilerplates for creating a new project with NVL with [Webpack](https://webpack.js.org/) and [Vite](https://vitejs.dev/). There are two base projects for each, one using plain JavaScript and the other using [React](https://reactjs.org/). Copy the contents of the folder of the project you want to start with into a new folder and install the dependencies with your preferred package manager, e.g. using `yarn install`.
For further information, visit https://neo4j.com/docs/nvl/current/.