How to start http-server locally
When you’re running npm install in the project’s root, it installs all of the npm dependencies into the project’s node_modules directory. If you take a look at the project’s node_modules directory, you should see a directory called http-server, which holds the http-server package, and a .bin folder, which holds the executable binaries from the installed … Read more