roda-step1-single-file-ish/README.md
2025-08-30 22:31:03 -05:00

15 lines
295 B
Markdown

# Roda step 1 - Single File app (sort of)
Example single file Roda web app. There are extra files for launching the server, running tests, the license, etc, but the app itself is all in app.rb.
Run tests with:
```bash
bundle exec rake test
```
Run the app with:
```bash
bundle exec puma
```