Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 660 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 660 Bytes

spacetime-reviews

A React app to demonstrate how to use the spatial and temporal functionality introduced in Neo4j 3.4. It makes use of:

Installation

Set environment variables:

REACT_APP_NEO4J_URI=XXX
REACT_APP_NEO4J_USER=XXX
REACT_APP_NEO4J_PASSWORD=XXX
REACT_APP_MAPBOX_TOKEN=XXX

these can be added to .env

Clone this git repo, and then

npm install
npm start