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

295 B

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:

bundle exec rake test

Run the app with:

bundle exec puma