The application queries the trafficSim server which should be running on port 5000. Check out https://github.com/ErikAndersen81/trafficSim for details.
docker run --publish 3000:3000 --name trafficViz erikandersen81/trafficViz Then just visit localhost:3000 in your browser!
Clone this repository, cd into traffiViz and run
npm install You can then run the application with npm start