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.
- Install npm packages
# Move to client app folder
cd src/MNCD.Web/ClientApp
# Install packages
npm install
- Run the dotnet core app
# Move to web directory
cd src/MNCD.Web
# Run the app
dotnet run