Simple inroute example application.
- Create project and install dependencies
composer create-project inroutephp/example-app- Step into application
cd example-app- Examine the router
vendor/bin/inroute debug- Rebuild the router
vendor/bin/inroute build- Start a local server
php -S localhost:8000 public/app.php