Skip to content

Commit b3e48ba

Browse files
committed
added image to readme
1 parent b1db2ea commit b3e48ba

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
## Neo4j Movies Example Application - `neo4j-driver` Edition
1+
# Neo4j Movies Example Application - `neo4j-driver` Edition
22

3-
### Stack
3+
![alt text][./img/demo.png]
4+
5+
## Stack
46

57
* [Neo4j Bolt JavaScript Driver](https://github.com/neo4j/neo4j-javascript-driver)
68
* Neo4j
79
* Frontend: ES6, jquery, bootstrap, [d3.js](http://d3js.org/)
810
* Webpack for building web assets
911

12+
## Quickstart
13+
1014
### Setup
1115

1216
```bash
@@ -15,10 +19,10 @@ $ npm install
1519

1620
### Run locally
1721

18-
Start Neo4j ([Download & Install](http://neo4j.com/download)) locally and open the [Neo4j Browser](http://localhost:7474).
19-
Install the Movies dataset with `:play movies`, click the statement, and hit the triangular "Run" button.
20-
21-
Run the App inside the Webpack Dev Server:
22+
* Start Neo4j ([Download & Install](http://neo4j.com/download)) locally and open the [Neo4j Browser](http://localhost:7474).
23+
* Install the Movies dataset with `:play movies`, click the statement, and hit the triangular "Run" button.
24+
* Clone this project from GitHub
25+
* Run the App inside the Webpack Dev Server:
2226

2327
```bash
2428
# run in developement mode (refreshes the app on source code changes)

img/demo.png

558 KB
Loading

0 commit comments

Comments
 (0)