Post

Start build-in web server with PHP

Harianto van Insulinde

Viewing HTML file from a directory in your browser by starting a PHP server

bash
cd /my/public/directory
php -S localhost:8000