neo4j-devtools / graph-examples

(Deprecated) Making Graph Examples accessible as graph app. A new GraphQL version can be seen at https://github.com/neo4j-contrib/graphgist-portal-v3
https://github.com/neo4j-contrib/graphgist-portal-v3
8 stars 1 forks source link

Graph Examples for Neo4j Desktop

For the updated version, see https://github.com/neo4j-contrib/graphgist-portal-v3

This ~is~ was a frontend for Graphgist Portal.

Usage

Initial setup:

Install nvm

Activate the correct node.js version using nvm. You may receive a message instructing you to install the correct node.js version if you have not done so before. To ensure you are always using the correct node.js version you need to run this command every time you work on this project.

nvm use

Install npm and yarn:

  1. installing npm
  2. installing yarn

Install dependencies

yarn install

Development mode:

yarn start

Production build:

yarn build

Testing:

Launches the test runner in the interactive watch mode:

yarn test

Loading into Neo4j Desktop