Advanced Hyperloop tracking application with thorough localization data analysis
- Install maven
- start app from hyperspy/hyperspy/ at port 8080
mvn clean install spring-boot:run
- install node
cd ${rootDir}/gui
npm install
npm run build
node server.js
open localhost:4202