Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T02:03:28.000Z (2 months ago)
- Last Synced: 2024-10-26T15:32:39.452Z (2 months ago)
- Topics: force-directed-graphs, graph-layout, graphviz, neo4j
- Language: JavaScript
- Homepage: https://neo4j.com/docs/nvl/current/
- Size: 10.7 KB
- Stars: 0
- 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/.