GreenInfo-Network / nyc-crash-mapper

React Redux web application for viewing, filtering, & comparing trends of automobile collision data published by the NYPD.
http://www.crashmapper.org
MIT License
16 stars 4 forks source link

localhost navbar links try to connect to a different port #69

Closed tomay closed 6 years ago

tomay commented 6 years ago

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.

clhenrick commented 6 years ago

@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.