File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- ## Neo4j Movies Example Application - ` neo4j-driver ` Edition
1
+ # Neo4j Movies Example Application - ` neo4j-driver ` Edition
2
2
3
- ### Stack
3
+ ![ alt text] [ ./img/demo.png ]
4
+
5
+ ## Stack
4
6
5
7
* [ Neo4j Bolt JavaScript Driver] ( https://github.com/neo4j/neo4j-javascript-driver )
6
8
* Neo4j
7
9
* Frontend: ES6, jquery, bootstrap, [ d3.js] ( http://d3js.org/ )
8
10
* Webpack for building web assets
9
11
12
+ ## Quickstart
13
+
10
14
### Setup
11
15
12
16
``` bash
@@ -15,10 +19,10 @@ $ npm install
15
19
16
20
### Run locally
17
21
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:
22
26
23
27
``` bash
24
28
# run in developement mode (refreshes the app on source code changes)
You can’t perform that action at this time.
0 commit comments