#!/bin/sh # start a local instance of the app using PHP's built-in webserver php -S localhost:8080 -t public/ public/index.php