Skip to content

Latest commit

 

History

History
103 lines (62 loc) · 4.42 KB

README.md

File metadata and controls

103 lines (62 loc) · 4.42 KB

Neo4j Browser

Development setup

Running Neo4j Browser locally requires Node.js (^14.16.0) and for dependencies we use yarn (npm install -g yarn). To install dependencies and then start the development server at http://localhost:8080:

yarn install
yarn start