Jamie Barton 6687353c15
feat: static files (#58)
* feat(dumbo): add static files

* always serve index.html

* update readme

* simplify
2024-09-13 13:15:56 +01:00

294 B

HTML Example

This example demonstrates how to return HTML with Dumbo.

Running the Example

  1. Install dependencies:

    composer install
    
  2. Start the server:

    composer start
    
  3. Access the route:

      curl http://localhost:8000