Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 879 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 879 Bytes

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/.