# run built-in web server
$ php -S localhost:8000
# open your browser
$ xdg-open http://localhost:8000/hello/worldMIT © Michael Mayer
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# run built-in web server
$ php -S localhost:8000
# open your browser
$ xdg-open http://localhost:8000/hello/worldMIT © Michael Mayer