The readme says to start a local instance of the app with npm run serve, which starts the app on localhost:8080. But the navbar links (apart from "About"), are all to localhost:8889.
@tomay that's because those links go to the nyc-crash-mapper-chart-view app, which during development can be run on a separate local server. I'll update the README in both apps to make note of this.
The readme says to start a local instance of the app with
npm run serve
, which starts the app onlocalhost:8080
. But the navbar links (apart from "About"), are all tolocalhost:8889
.