Skip to content

orbat-mapper/experiment-shortest-path

Repository files navigation

Shortest path experiment

Experiment with different "shortest path" libraries. Try it out at https://experiment-shortest-path.pages.dev/.

Open in CodeSandbox

Open in StackBlitz

Screenshot:

Libraries used:

Getting started

Clone repo:

$ git clone https://github.com/orbat-mapper/experiment-shortest-path.git

Navigate to project root:

$ cd experiment-shortest-path

Install dependencies:

$ npm install

To start a development server run:

$ npm run dev

The demo is now running on http://localhost:5173/.