mt-polygon-simplification/README.md

18 lines
410 B
Markdown
Raw Normal View History

2019-08-05 11:19:54 +02:00
# Master Thesis - Polygon simplification
## Folder Structure
- benchmarking: web-app for benchmarking
- compare-algorithms: web-app for algorithm comparison
- lib: 3rd party and self-written libraries
- thesis: latex source files and main pdf file
## web apps
Development:
- change to project directory (benchmarking or compare-algorithms)
- npm install
- npm run serve
- server running on localhost:8080