Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swistak-codes/tsp-visualizer
Code for blog article
https://github.com/swistak-codes/tsp-visualizer
Last synced: about 1 month ago
JSON representation
Code for blog article
- Host: GitHub
- URL: https://github.com/swistak-codes/tsp-visualizer
- Owner: swistak-codes
- Created: 2024-09-19T22:29:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T22:55:12.000Z (about 2 months ago)
- Last Synced: 2024-10-30T00:48:04.305Z (about 2 months ago)
- Language: TypeScript
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TspVisualizer
✨ This workspace has been generated by [Nx](https://nx.dev) ✨.
Code for blog articles:
- https://swistak.codes/post/problem-komiwojazera/
- https://swistak.codes/post/problem-komiwojazera-heurystyki/### Start the app
Before first run remember to install all packages:
- `npm install --force`
To start the app run:
- `npm start`
Open your browser and navigate to http://localhost:4200/.