- Neo4j Bolt JavaScript Driver
- Neo4j
- Frontend: NodeJS
- Webpack for building web assets
$ npm install
-
Start Neo4j locally and open the Neo4j Browser.
-
Install the Movies dataset with
:play movies
, click the statement, and hit the triangular "Run" button. -
Run the App inside the Webpack Dev Server:
$ npm run dev
When running in "dev" mode navigate to http://localhost:8080/webpack-dev-server/ to see the application.
Credit : Neo4J.com