Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

A study project to demonstrate MST algorithm using Electron.js and React

License

Notifications You must be signed in to change notification settings

b1506704/Minimum-Spanning-Tree-Simulator

Repository files navigation

Minimum-Spanning-Tree-Simulator

A study project to demonstrate MST algorithm using Electron.js and React

Installation guide

  1. Install NodeJs, Yarn.

  2. Clone, or download this repository as zip.

  3. To run in production mode, open CMD, proceed to root folder of this repository, type in:

npm install

npm run start