I want to run a very simple HTTP server. Every GET request to example.com should get index.html served to it but as a regular HTML page (i.e., same
example.com
index.html
You can just type those in your shell
npx serve
Repo: https://github.com/zeit/serve.