SaTrek / EarthTrek

EarthTrek is an interactive 3D web application that brings easy access to the data gathered by NASA's EOS program, allowing more people to learn about and engage with the different missions. (ALPHA - version: 0.177.4)
https://earthtrek.herokuapp.com/
Apache License 2.0
14 stars 6 forks source link

The README.md refers to the wrong default web server port #62

Open dforouhari opened 5 years ago

dforouhari commented 5 years ago

The README.md claims that port 8081 (by default) is where the app's server is running. However, my default installation of the SaTrek/EarthTrek ended up listening to port 8472, i.e., _webpack-dev-server --config example-src/config/webpack.config.js --progress

70% 1/1 build modules http://**localhost:8472**/webpack-dev-server/_

I suppose it is possible that I am doing something wrong that led to this. Thanks Danesh