We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
Hello, I'm confronted with the same problem. How did you solve this?
Sorry, something went wrong.
http-server ./app -a 0.0.0.0 -p 8000 -c-1
HI, Try this: https://github.com/sthnaqvi/explorer Maybe good for you!
Just to mention, this config on package.json
package.json
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: