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)
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
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