If you have not yet set up the data layer, see this doc which covers setup of the entire project: (https://github.com/cyberdyne-ventures/skynet-data/blob/main/SETUP.md)
This project was bootstrapped with Create React App.
In the project directory, you can run:
In the root directroy of the project create .env
file with the following env variables
REACT_APP_USERNAME="<neo4jusername>"
REACT_APP_PASSWORD="<neo4jpassword>"
REACT_APP_DB_URL="http://localhost:7474/db/neo4j"
Replace username and password with the relevant values The DB URL should be set to the public IP where DB is hosted The Frontend should be running on the same IP as the DB (on different ports)
This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.