dumbo/examples/html/README.md
2024-09-05 10:04:59 +01:00

24 lines
304 B
Markdown

# HTML Example
This example demonstrates how to return HTML with Dumbo.
## Running the Example
1. Install dependencies:
```bash
composer install
```
2. Start the server:
```bash
composer start
```
3. Access the protected route:
```bash
curl http://localhost:8000
```