Eu pesquisei isso três vezes esta semana, então achei melhor ter certeza de ter uma cópia dele.
Python 2:
python -m SimpleHTTPServer 8000
Navegue até o diretório do projeto no terminal e execute esse comando. Então http: // localhost: 8000 servirá esse diretório (como no arquivo `index.html`).
Python 3:
python3 -m http.server --cgi 8080
PHP:
php -S localhost:2222
npm:
npm i -g serve serve