Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 668 Bytes

readme.md

File metadata and controls

33 lines (23 loc) · 668 Bytes

MNCD APP

Analysis Session Page Example

Web application used for analysis of communities in multi layer networks, written in dotnet core and react. Algorithms for community detection are used from the mncd library.

Requirements

Running

  1. Install npm packages
# Move to client app folder
cd src/MNCD.Web/ClientApp

# Install packages
npm install
  1. Run the dotnet core app
# Move to web directory
cd src/MNCD.Web

# Run the app
dotnet run