- Neo4j Bolt JavaScript Driver
- Neo4j
- Frontend: ES6, jquery, bootstrap, d3.js
- Webpack for building web assets
$ npm install
- Start Neo4j (Download & Install) locally and open the Neo4j Browser.
- Install the Movies dataset with
:play movies
, click the statement, and hit the triangular "Run" button. - Clone this project from GitHub
- Run the App inside the Webpack Dev Server:
# run in developement mode (refreshes the app on source code changes)
$ npm run dev
# builds the release version with client assets in "build" directory
$ npm run build
When running in "dev" mode navigate to http://localhost:8080/webpack-dev-server/ to see the application.
After executing the npm run build
command, open local file "build/index.html" in your browser.