Skip to content

Neo4j's client application. Query, visualize, manage.

License

Notifications You must be signed in to change notification settings

rtvt123/neo4j-browser

 
 

Repository files navigation

Neo4j Browser

Development setup

  1. Clone this repo
  2. Install yarn globally (not required but recommended): npm install -g yarn
  3. Install project dependencies: yarn

Development server

yarn start and point your web browser to http://localhost:8080.

Testing

yarn test to run a single test run. A linter will run first.

yarn dev to have continous testing on every file change.

Devtools

Download these two chrome extensions:

About

Neo4j's client application. Query, visualize, manage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.5%
  • HTML 15.1%
  • CoffeeScript 8.4%
  • CSS 3.0%