24 lines
294 B
Markdown
Raw Normal View History

# 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 route:
```bash
curl http://localhost:8000
```