etherparty / explorer

A lightweight ethereum block explorer
GNU General Public License v2.0
632 stars 399 forks source link

Page http://localhost:8000 did not loaded on browser #43

Open golra03 opened 6 years ago

golra03 commented 6 years ago

I installed everything as per the readme and everything went fine!

http-server ./app -a localhost -p 8000 -c-1 Starting up http-server, serving ./app on port: 8000 Hit CTRL-C to stop the server

But the http://localhost:8000 did not come up. I have local geth running on http://localhost:8545

Anything missing? Kindly suggest!

TalentSSS commented 6 years ago

Hello, I'm confronted with the same problem. How did you solve this?

dacelee commented 5 years ago

http-server ./app -a 0.0.0.0 -p 8000 -c-1

AndrewYEEE commented 5 years ago

HI, Try this: https://github.com/sthnaqvi/explorer Maybe good for you!

azhalm94 commented 1 year ago

http-server ./app -a 0.0.0.0 -p 8000 -c-1

Just to mention, this config on package.json