Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 470 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 470 Bytes

3 Color Algorithm

React app displaying the 3 color algorithm explained to calculate a compatible flow in a graph.

Instalation

Requires node.js.

  • Clone the repository
git clone https://github.com/Kaysera/3-color-algorithm.git
  • Install the dependencies (inside the project folder)
npm install --save
  • Run the project
npm start

The server will run in localhost:3000 like all default node.js applications