I am new to Node and I am trying to start a local server.
I followed these simple steps: Install a simple Node server .
I go to the folder, I have the index.html file :

I run http-server , then browse http: // localhost: 8080 / , and this is what I get:

I have no idea what I'm doing wrong.
source
share