A study of multiple ego network representations.
Clone the repository
foo@bar:~$ git clone https://github.com/velitchko/ego-net-study.git
This project depends on Angular CLI and NodeJS.
Get the latest versions by visiting the websites and downloading them.
A step-by-step guide to setup and start running the study:
Navigate to the backend:
foo@bar:~$ cd backend
Install the dependencies:
foo@bar:~$ npm install
Start the backend:
foo@bar:~$ node server.js
Navigate to the frontend:
foo@bar:~$ cd frontend
Install the dependencies:
foo@bar:~$ npm install --legacy-peer-deps
Start the frontend:
foo@bar:~$ npm run start
A step-by-sdtep guide to setup the study with Docker:
Note: Make sure you have Docker installed.
Build the backend and frontend containers:
foo@bar:~$ docker compose build
Start the containers:
foo@bar:~$ docker compose up
@velitchko |
@henry-ehlers |